all of my custom options are now held in an attribute set called movOpts
This commit is contained in:
@@ -1,6 +1,16 @@
|
||||
{
|
||||
programs.nixvim = {
|
||||
keymaps = [
|
||||
{
|
||||
action = "<cmd>lua vim.lsp.buf.format()<CR>";
|
||||
key = "!fmt";
|
||||
mode = "n";
|
||||
}
|
||||
{
|
||||
action = "<cmd>lua vim.diagnostic.open_float()<CR>";
|
||||
key = "!df";
|
||||
mode = "n";
|
||||
}
|
||||
{
|
||||
action = "<C-W>W";
|
||||
key = "<S-Tab>";
|
||||
|
||||
Reference in New Issue
Block a user