fix: add auto comment/uncomment for HCL files now properly
This commit is contained in:
parent
34078a0fa4
commit
bd999072f8
2 changed files with 13 additions and 15 deletions
|
|
@ -1,6 +0,0 @@
|
|||
vim.api.nvim_create_autocmd("FileType", {
|
||||
pattern = "terraform",
|
||||
callback = function()
|
||||
vim.bo.commentstring = "# %s"
|
||||
end,
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue