fix(nvim): use correct opt for commentstring in nix files
This commit is contained in:
parent
fad676b867
commit
3be7dc3a76
@ -2,7 +2,7 @@ local opt_local = vim.opt_local
|
||||
|
||||
opt_local.tabstop = 2
|
||||
opt_local.shiftwidth = 2
|
||||
opt_local.commenstring = "# %s"
|
||||
opt_local.commentstring = "# %s"
|
||||
|
||||
vim.keymap.set("n", "<leader>fr", function()
|
||||
local cmd = {
|
||||
|
Loading…
Reference in New Issue
Block a user