Compare commits

..

2 commits

Author SHA1 Message Date
1befed5e4a Add basic nvim config 2023-12-05 18:03:41 -07:00
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