1
Fork 0
satellite/dotfiles/neovim/ftplugin/nix.lua

12 lines
318 B
Lua
Raw Normal View History

2022-07-19 20:19:36 +02:00
local A = require("my.plugins.arpeggio")
print("Initializing nix keybinds...")
-- Use _ug_ to fetchgit stuff
A.chordSilent("n", "ug",
":lua require('my.helpers.update-nix-fetchgit').update()<CR>",
{ settings = "b" })
-- Idk why this isn't here by default
2022-08-24 14:58:06 +02:00
vim.api.nvim_buf_set_option(0, "commentstring", "# %s")