programs.vim.extraConfig
Custom .vimrc lines
- Type
strings concatenated with "\n"- Default
""- Example
'' set nocompatible set nobackup ''- Declared
- <home-manager/modules/programs/vim.nix>
Custom .vimrc lines
strings concatenated with "\n"""''
set nocompatible
set nobackup
''