mirror of
https://codeberg.org/leana8959/.files.git
synced 2026-02-02 15:09:40 +00:00
ref(nix): dropped vim legacy support
This commit is contained in:
parent
8310cb9794
commit
c9e9e4a4de
4 changed files with 21 additions and 2837 deletions
18
nix/home/common/vim/default.nix
Normal file
18
nix/home/common/vim/default.nix
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{pkgs, ...}: {
|
||||
programs = {
|
||||
vim = {
|
||||
enable = true;
|
||||
defaultEditor = true;
|
||||
extraConfig = builtins.readFile ./vimrc;
|
||||
plugins = with pkgs.vimPlugins;[
|
||||
vim-sleuth
|
||||
vim-surround
|
||||
vim-fugitive
|
||||
vim-commentary
|
||||
undotree
|
||||
tabular
|
||||
vim-wakatime
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue