diff options
Diffstat (limited to 'vimrc')
| -rw-r--r-- | vimrc | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -5,8 +5,11 @@ " Viminfo let &viminfofile = "~/.cache/vim/viminfo" +" Syntax +syntax on + " Theme -colorscheme industry +colorscheme catppuccin " Settings set autochdir autoindent autoread |
