Initial Commit
This commit is contained in:
commit
bcb5556f7c
10 changed files with 166 additions and 0 deletions
7
lua/plugins/lsp.lua
Normal file
7
lua/plugins/lsp.lua
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
return {
|
||||
"neovim/nvim-lspconfig",
|
||||
{
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
build = ":TSUpdate",
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue