fix lsp
This commit is contained in:
parent
bc15b5bca3
commit
4564d7093e
8 changed files with 278 additions and 210 deletions
|
|
@ -1,4 +1,4 @@
|
|||
-- Highlight, edit, and navigate code
|
||||
|
||||
return {
|
||||
'nvim-treesitter/nvim-treesitter',
|
||||
build = ':TSUpdate',
|
||||
|
|
@ -98,7 +98,6 @@ return {
|
|||
},
|
||||
},
|
||||
}
|
||||
|
||||
-- Register additional file extensions
|
||||
vim.filetype.add { extension = { tf = 'terraform' } }
|
||||
vim.filetype.add { extension = { tfvars = 'terraform' } }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue