vim: add terraform support
This commit is contained in:
parent
2657d274bf
commit
dfa6866c9d
3
vimrc
3
vimrc
@ -126,6 +126,8 @@ Plug 'nvim-lua/popup.nvim'
|
|||||||
Plug 'nvim-lua/plenary.nvim'
|
Plug 'nvim-lua/plenary.nvim'
|
||||||
Plug 'nvim-telescope/telescope.nvim'
|
Plug 'nvim-telescope/telescope.nvim'
|
||||||
|
|
||||||
|
Plug 'hashivim/vim-terraform'
|
||||||
|
|
||||||
else
|
else
|
||||||
|
|
||||||
Plug 'junegunn/fzf', { 'dir': '~/.fzf' }
|
Plug 'junegunn/fzf', { 'dir': '~/.fzf' }
|
||||||
@ -313,6 +315,7 @@ lspconfig.ccls.setup{}
|
|||||||
lspconfig.pylsp.setup{}
|
lspconfig.pylsp.setup{}
|
||||||
lspconfig.tsserver.setup{}
|
lspconfig.tsserver.setup{}
|
||||||
lspconfig.texlab.setup{}
|
lspconfig.texlab.setup{}
|
||||||
|
lspconfig.terraformls.setup{}
|
||||||
|
|
||||||
--vim.lsp.set_log_level("debug")
|
--vim.lsp.set_log_level("debug")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user