feat: load additional autocommands.

This commit is contained in:
CronyAkatsuki 2025-02-26 11:52:05 +01:00
parent 790a67bacc
commit e0003847ba
2 changed files with 22 additions and 1 deletions

View file

@ -62,7 +62,10 @@
enableTreesitter = true;
enableFormat = true;
lua.enable = true;
lua = {
enable = true;
lsp.lazydev.enable = true;
};
# python = {
# enable = true;
# format.type = "black-and-isort";
@ -172,6 +175,8 @@
}
];
extraLuaFiles = [./nvim/autocommands.lua];
extraPlugins = with pkgs.vimPlugins; {
harpoon = {
package = harpoon2;