Fixed nix.lua erroring out
This commit is contained in:
parent
c610d1ce1a
commit
3814de3b01
2 changed files with 5 additions and 3 deletions
dotfiles/neovim/ftplugin
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue