update plugins
This commit is contained in:
@@ -11,9 +11,9 @@
|
||||
vim.api.nvim_create_augroup("SetCommentString", { clear = true })
|
||||
vim.api.nvim_create_autocmd("FileType", {
|
||||
group = "SetCommentString",
|
||||
pattern = { "hlsl", "cs", "c", "cpp" },
|
||||
pattern = { "hlsl", "cs", "c", "cpp", "gshdr" },
|
||||
callback = function()
|
||||
vim.opt_local.commentstring = "//%s"
|
||||
vim.opt_local.commentstring = "// %s"
|
||||
end,
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user