wildfire: 252 current 2025-06-20 13:53:42 25.05.20250617.36ab78d 6.15.2 *
vim settings
This commit is contained in:
@ -35,6 +35,7 @@
|
||||
./home/gtk.nix # GTK theme
|
||||
./home/nextcloud.nix # Nextcloud autostart
|
||||
./home/code-cursor.nix # Cursor config
|
||||
./home/vim.nix # Vim config
|
||||
];
|
||||
};
|
||||
|
||||
|
10
modules/home/vim.nix
Normal file
10
modules/home/vim.nix
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
programs.vim = {
|
||||
enable = true;
|
||||
defaultEditor = true;
|
||||
settings = {
|
||||
number = true;
|
||||
relativenumber = true;
|
||||
};
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user