update vim stuff

This commit is contained in:
Natalie 2025-08-19 21:36:14 -07:00
parent 84993913c2
commit 68598cc730
No known key found for this signature in database
GPG key ID: 61F4EAEB0C9C3D5F
4 changed files with 2 additions and 12 deletions

View file

@ -4,7 +4,6 @@
./keybinds.nix
./languages.nix
./latex.nix
./lean.nix
./visuals.nix
./mini.nix
];

View file

@ -11,6 +11,7 @@
python312Packages.pylatexenc
];
languages = {
lua.lsp.lazydev.enable = true;
python = {
format.type = "ruff";
};

View file

@ -1,11 +0,0 @@
{ pkgs, ... }:
{
vim = {
lazy.plugins."lean.nvim" = {
enabled = true;
package = pkgs.vimPlugins.lean-nvim;
lazy = true;
ft = "lean";
};
};
}

View file

@ -4,6 +4,7 @@
mini = {
icons.enable = true;
ai.enable = true;
surround.enable = true;
};
};
}