mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-03-06 16:56:00 +00:00
Merge branch 'main' into improve-terraformls
This commit is contained in:
commit
b05b9b1ee0
67 changed files with 1455 additions and 275 deletions
|
|
@ -84,9 +84,14 @@ in {
|
|||
end
|
||||
})
|
||||
|
||||
local ft = require('Comment.ft')
|
||||
ft
|
||||
.set('hcl', '#%s')
|
||||
${
|
||||
if config.vim.comments.comment-nvim.enable
|
||||
then ''
|
||||
local ft = require('Comment.ft')
|
||||
ft.set('hcl', '#%s')
|
||||
''
|
||||
else ""
|
||||
}
|
||||
'';
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue