diff options
| author | Anna (navi) Figueiredo Gomes <navi@vlhl.dev> | 2026-04-19 17:16:14 +0200 |
|---|---|---|
| committer | Anna (navi) Figueiredo Gomes <navi@vlhl.dev> | 2026-04-19 17:16:14 +0200 |
| commit | 008dc26acc436b814b4ec500e80eb5f55402db7f (patch) | |
| tree | 4b0e95c1547be180749d063853dcab9b98053e0f | |
| parent | c46fa0ee33c2d3c3df228c1e5eb9d3b4f648bf8e (diff) | |
| download | enomicon-008dc26acc436b814b4ec500e80eb5f55402db7f.tar.xz | |
nvim-plugin.eclass: add lsp to runtimepath
Signed-off-by: Anna (navi) Figueiredo Gomes <navi@vlhl.dev>
| -rw-r--r-- | eclass/nvim-plugin.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/nvim-plugin.eclass b/eclass/nvim-plugin.eclass index c436cf4..1fa8da1 100644 --- a/eclass/nvim-plugin.eclass +++ b/eclass/nvim-plugin.eclass @@ -22,7 +22,7 @@ SLOT="0" # List of searched directories under 'runtimepath' _NVIM_RUNTIME=( filetype.lua autoload colors compiler doc ftplugin indent keymap lang - lua menu.vim pack parser plugin queries rplugin spell syntax tutor + lsp lua menu.vim pack parser plugin queries rplugin spell syntax tutor ) # @FUNCTION: nvim-plugin_src-install |
