update vim stuff
This commit is contained in:
parent
84993913c2
commit
68598cc730
4 changed files with 2 additions and 12 deletions
|
@ -4,7 +4,6 @@
|
|||
./keybinds.nix
|
||||
./languages.nix
|
||||
./latex.nix
|
||||
./lean.nix
|
||||
./visuals.nix
|
||||
./mini.nix
|
||||
];
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
python312Packages.pylatexenc
|
||||
];
|
||||
languages = {
|
||||
lua.lsp.lazydev.enable = true;
|
||||
python = {
|
||||
format.type = "ruff";
|
||||
};
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
vim = {
|
||||
lazy.plugins."lean.nvim" = {
|
||||
enabled = true;
|
||||
package = pkgs.vimPlugins.lean-nvim;
|
||||
lazy = true;
|
||||
ft = "lean";
|
||||
};
|
||||
};
|
||||
}
|
|
@ -4,6 +4,7 @@
|
|||
mini = {
|
||||
icons.enable = true;
|
||||
ai.enable = true;
|
||||
surround.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue