Skip to content

Commit

Permalink
[Nothing]: Update Readme
Browse files Browse the repository at this point in the history
remove luarocks package meta
  • Loading branch information
jinzhongjia committed May 18, 2024
1 parent 93ca15d commit e875ce1
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 73 deletions.
32 changes: 16 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,34 +22,34 @@ A plugin which wraps Neovim LSP operations with a nicer UI.

## 📦 Installation

- Requires neovim `nightly`
- Requires neovim `0.10`

### [lazy.nvim](https://github.com/folke/lazy.nvim)

```lua
{
"jinzhongjia/LspUI.nvim",
branch = "main",
config = function()
require("LspUI").setup({
-- config options go here
})
end
"jinzhongjia/LspUI.nvim",
branch = "main",
config = function()
require("LspUI").setup({
-- config options go here
})
end
}
```

### [packer.nvim](https://github.com/wbthomason/packer.nvim)

```lua
use {
"jinzhongjia/LspUI.nvim",
branch = 'main',
config = function()
require("LspUI").setup({
-- config options go here
})
end
}
"jinzhongjia/LspUI.nvim",
branch = 'main',
config = function()
require("LspUI").setup({
-- config options go here
})
end
}
```

## ⚙️ Configuration
Expand Down
1 change: 0 additions & 1 deletion TODO.txt

This file was deleted.

56 changes: 0 additions & 56 deletions lspui-0.2.0-1.rockspec

This file was deleted.

0 comments on commit e875ce1

Please sign in to comment.