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