mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-13 10:54:45 +02:00
3 lines
113 B
Lua
3 lines
113 B
Lua
|
-- npm install -g vim-language-server
|
||
|
require'lspconfig'.vimls.setup {on_attach = require'lsp'.common_on_attach}
|