Skip to content

Commit

Permalink
added terraform support
Browse files Browse the repository at this point in the history
  • Loading branch information
theniceboy committed Dec 17, 2022
1 parent 9f94242 commit 5469e30
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
10 changes: 9 additions & 1 deletion coc-settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@
"cs",
"racket",
"prisma",
"dart"
"dart",
"terraform"
],
"yaml.format.enable": true,
"signature.target": "float",
Expand Down Expand Up @@ -234,6 +235,13 @@
"args": ["--lib", "racket-langserver"],
"filetypes": ["scheme", "racket"]
},
"terraform": {
"command": "terraform-ls",
"args": ["serve"],
"filetypes": ["terraform", "tf"],
"initializationOptions": {},
"settings": {}
},
"ccls": {
"command": "ccls",
"filetypes": ["c", "cpp", "cuda", "objc", "objcpp"],
Expand Down
1 change: 1 addition & 0 deletions init.vim
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,7 @@ Plug 'dkarter/bullets.vim'
" Other filetypes
Plug 'wlangstroth/vim-racket'
" Plug 'jceb/vim-orgmode', {'for': ['vim-plug', 'org']}
Plug 'hashivim/vim-terraform'

" Editor Enhancement
Plug 'petertriho/nvim-scrollbar'
Expand Down

0 comments on commit 5469e30

Please sign in to comment.