dotfiles/home/dot_config/nvim/lua/plugins/lsp.lua

12 lines
131 B
Lua

-- Configure LSP
return {
{
"neovim/nvim-lspconfig",
opts = {
servers = {
ty = {},
},
},
},
}