separate config for neovim

This commit is contained in:
2023-11-02 11:47:51 -06:00
parent 8e45dd953f
commit c9b9604253
2 changed files with 21 additions and 2 deletions
+19
View File
@@ -0,0 +1,19 @@
colorscheme torte
set bg=dark
set colorcolumn=80
set mouse=
set noautoindent
set nocp
set noexpandtab
set noim
set nois
set nu
set relativenumber
set rnu
set ruler
set tabstop=8
set tf
set title
set vb
set nowrap
syntax on