vim-language-server icon indicating copy to clipboard operation
vim-language-server copied to clipboard

VImScript language server, LSP for vim script

Results 23 vim-language-server issues
Sort by recently updated
recently updated
newest added

**Describe the bug** A clear and concise description of what the bug is. vim-language-server returns annoying completion results when we trigger completion in value of options. Even the option does...

Fix #97 Work for me: ```json "vim": { "command": "/home/wzy/Desktop/vim-language-server/bin/index.js", "args": ["--stdio"], "filetypes": ["vim"] }, ```

**Describe the bug** `vim-language-server` called from `neovim/nvim-lspconfig`: `wshada` in `vimrc` is diagnosed as an Error. (`wviminfo` is not.) **To Reproduce** In my `lua/lazy/nvim-lspconfig.lua`: ```vim vim.g.markdown_fenced_languages = { 'vim' } require'lspconfig'.vimls.setup{...