feat: load additional autocommands.
This commit is contained in:
parent
790a67bacc
commit
e0003847ba
2 changed files with 22 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue