Compare commits

...

2 Commits

Author SHA1 Message Date
Eli Ribble 1befed5e4a Add basic nvim config 2023-12-05 18:03:41 -07:00
Eli Ribble 42dd862e5e Add nvim python config 2023-12-05 18:03:11 -07:00
2 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,5 @@
set nu
set noexpandtab
set noautoindent
set tabstop=4
set indentexpr=

View File

@ -0,0 +1,2 @@
colorscheme koehler
set nu