From 76f6235bcd178cc5c28cc4fbf0d09fafb1f63a9b Mon Sep 17 00:00:00 2001 From: anand Date: Sun, 5 Apr 2026 16:47:53 +0530 Subject: some changes --- nvim/lsp/vimls.lua | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100755 nvim/lsp/vimls.lua (limited to 'nvim/lsp/vimls.lua') diff --git a/nvim/lsp/vimls.lua b/nvim/lsp/vimls.lua deleted file mode 100755 index 32cf93f..0000000 --- a/nvim/lsp/vimls.lua +++ /dev/null @@ -1,27 +0,0 @@ ----@brief ---- ---- https://github.com/iamcco/vim-language-server ---- ---- You can install vim-language-server via npm: ---- ```sh ---- npm install -g vim-language-server ---- ``` -return { - cmd = { 'vim-language-server', '--stdio' }, - filetypes = { 'vim' }, - root_markers = { '.git' }, - init_options = { - isNeovim = true, - iskeyword = '@,48-57,_,192-255,-#', - vimruntime = '', - runtimepath = '', - diagnostic = { enable = true }, - indexes = { - runtimepath = true, - gap = 100, - count = 3, - projectRootPatterns = { 'runtime', 'nvim', '.git', 'autoload', 'plugin' }, - }, - suggest = { fromVimruntime = true, fromRuntimepath = true }, - }, -} -- cgit v1.2.3