update supported plugins (closes #142)

Егор Мартынов 2023-03-10 14:18:36 +07:00
commit 2061ef34dd

15
Home.md

@ -14,6 +14,7 @@
})
```
- _**[dashboard.nvim](https://github.com/glepnir/dashboard-nvim)**_
- _**[diagnostics](https://neovim.io/doc/user/lsp.html)**_
- _**[galaxyline.nvim fork](https://github.com/NTBBloodbath/galaxyline.nvim)**_
@ -23,10 +24,14 @@
local highlights = require('rose-pine.plugins.galaxyline')
```
- _**[healthcheck](https://neovim.io/doc/user/pi_health.html#health-dev)**_
- _**[gitsigns.nvim](https://github.com/lewis6991/gitsigns.nvim)**_
- _**[indent-blankline.nvim](https://github.com/lukas-reineke/indent-blankline.nvim)**_
- _**[leap.nvim](https://github.com/ggandor/leap.nvim)**_
- _**[lsp-highlight-codelens](https://neovim.io/doc/user/lsp.html#lsp-highlight-codelens)**_
- _**[lspsaga.nvim](https://github.com/tami5/lspsaga.nvim)**_
- _**[LSP Semantic Token Groups](https://neovim.io/doc/user/lsp.html#lsp-semantic-highlight)**_
- _**[lsp_signature.nvim](https://github.com/ray-x/lsp_signature.nvim)**_
- _**[lualine.nvim](https://github.com/nvim-lualine/lualine.nvim)**_
```lua
@ -44,12 +49,18 @@
})
```
- _**[mini.indentscope](https://github.com/echasnovski/mini.indentscope)**_
- _**[modes.nvim](https://github.com/mvllow/modes.nvim)**_
- _**[neogit](https://github.com/TimUntersberger/neogit)**_
- _**[neorg](https://github.com/nvim-neorg/neorg)**_
- _**[neo-tree.nvim](https://github.com/nvim-neo-tree/neo-tree.nvim)**_
- _**[nvim-cmp](https://github.com/hrsh7th/nvim-cmp)**_
- _**[nvim-dap-ui](https://github.com/rcarriga/nvim-dap-ui)**_
- _**[nvim-navic](https://github.com/SmiteshP/nvim-navic)**_
- _**[nvim-notify](https://github.com/rcarriga/nvim-notify)**_
- _**[nvim-tree.lua](https://github.com/kyazdani42/nvim-tree.lua)**_
- _**[nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter)**_
- _**[noice.nvim](https://github.com/folke/noice.nvim)**_
- _**[pounce.nvim](https://github.com/rlane/pounce.nvim)**_
- _**[telescope.nvim](https://github.com/nvim-telescope/telescope.nvim)**_
- _**[toggleterm.nvim](https://github.com/akinsho/toggleterm.nvim)**_
@ -65,4 +76,6 @@
})
```
- _**[vim.lsp.buf.document_highlight()](https://neovim.io/doc/user/lsp.html#lsp-highlight)**_
- _**[vimwiki](https://github.com/vimwiki/vimwiki)**_
- _**[which-key.nvim](https://github.com/folke/which-key.nvim)**_