First Commit
This commit is contained in:
6
data/lsp_servers/vim.lua
Normal file
6
data/lsp_servers/vim.lua
Normal file
@ -0,0 +1,6 @@
|
||||
local lsp_config = require('nvim-lspconfig')
|
||||
local on_attach = require('lsp/on_attach')
|
||||
|
||||
lsp_config.vimls.setup({
|
||||
on_attach = on_attach
|
||||
})
|
||||
Reference in New Issue
Block a user