1
Fork 0

Fixed nix.lua erroring out

This commit is contained in:
Matei Adriel 2022-08-24 15:58:06 +03:00
parent c610d1ce1a
commit 3814de3b01
2 changed files with 5 additions and 3 deletions
dotfiles/neovim/ftplugin

View file

@ -1,5 +1,4 @@
local A = require("my.plugins.arpeggio")
local C = require("my.plugins.comment")
print("Initializing nix keybinds...")
@ -9,4 +8,4 @@ A.chordSilent("n", "ug",
{ settings = "b" })
-- Idk why this isn't here by default
C.setCommentString("nix", "# %s")
vim.api.nvim_buf_set_option(0, "commentstring", "# %s")