With working terraformls, autocompletion and comments

This commit is contained in:
tawfeeq 2024-07-24 18:07:03 +02:00
parent 5aeddfdd5d
commit 413d04d444
24 changed files with 447 additions and 50 deletions

View file

@ -0,0 +1,10 @@
return -- Using lazy.nvim
{
'ribru17/bamboo.nvim',
lazy = false,
config = function()
require('bamboo').setup {
-- optional configuration here
}
end,
}