With working terraformls, autocompletion and comments
This commit is contained in:
parent
5aeddfdd5d
commit
413d04d444
24 changed files with 447 additions and 50 deletions
10
lua/custom/plugins/bamboo.lua
Normal file
10
lua/custom/plugins/bamboo.lua
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
return -- Using lazy.nvim
|
||||
{
|
||||
'ribru17/bamboo.nvim',
|
||||
lazy = false,
|
||||
config = function()
|
||||
require('bamboo').setup {
|
||||
-- optional configuration here
|
||||
}
|
||||
end,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue