summary refs log tree commit diff
path: root/modules/packages/vim.nix
diff options
context:
space:
mode:
authorRory&::Emma <root@rory.gay>2024-08-01 20:36:51 +0000
committerRory&::Emma <root@rory.gay>2024-08-01 20:36:51 +0000
commitb618c2bb7aa621ea9216fc729bf0c3eff9ac09ef (patch)
tree02f5e6301d228b8ac6f88a08d0569fbbdbd009d6 /modules/packages/vim.nix
parentFix LinuxMint draupnir ip (diff)
downloadRory-Open-Architecture-b618c2bb7aa621ea9216fc729bf0c3eff9ac09ef.tar.xz
Server changes
Diffstat (limited to 'modules/packages/vim.nix')
-rwxr-xr-xmodules/packages/vim.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/packages/vim.nix b/modules/packages/vim.nix
index eaec336..1b7bb37 100755
--- a/modules/packages/vim.nix
+++ b/modules/packages/vim.nix
@@ -20,6 +20,7 @@
           " your custom vimrc
           set nocompatible
           set backspace=indent,eol,start
+          colorscheme vim
           " ...
         '';
       };