mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 12:19:07 +00:00
nixvimConfigs/fiesta: update base config
This commit is contained in:
parent
e796aae01f
commit
b89eadc791
@ -25,6 +25,9 @@
|
||||
options = {
|
||||
encoding = "utf-8";
|
||||
completeopt = [ "menuone" "noselect" ];
|
||||
expandtab = true;
|
||||
shiftwidth = 4;
|
||||
tabstop = 4;
|
||||
};
|
||||
|
||||
keymaps = [
|
||||
@ -33,11 +36,15 @@
|
||||
key = "jk";
|
||||
action = "<Esc>";
|
||||
}
|
||||
|
||||
{
|
||||
mode = "n";
|
||||
key = "<leader>bd";
|
||||
action = "vim.cmd.bdelete";
|
||||
lua = true;
|
||||
}
|
||||
];
|
||||
|
||||
plugins.nvim-autopairs.enable = true;
|
||||
extraPlugins = with pkgs; [
|
||||
decker
|
||||
];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user