nvim-config/lua/plugins/lsp.lua

8 lines
104 B
Lua

return {
"neovim/nvim-lspconfig",
{
"nvim-treesitter/nvim-treesitter",
build = ":TSUpdate",
},
}