mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-18 08:39:06 +02:00
With working terraformls, autocompletion and comments
This commit is contained in:
parent
5aeddfdd5d
commit
413d04d444
24 changed files with 447 additions and 50 deletions
6
lua/custom/plugins/comment.nvim.lua
Normal file
6
lua/custom/plugins/comment.nvim.lua
Normal file
|
@ -0,0 +1,6 @@
|
|||
return {
|
||||
'numToStr/Comment.nvim',
|
||||
opts = {
|
||||
-- add any options here
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue