Add nvim configuration.
This includes various things I've built up over time: * Python behavior around tabs and indentation * Default line numbering and color scheme. Also ignore the netrwhist file it's per-machine.
This commit is contained in:
parent
3a057f402e
commit
b6db763b8e
|
@ -0,0 +1 @@
|
|||
nvim/.netrwhist
|
|
@ -0,0 +1,5 @@
|
|||
set nu
|
||||
set noexpandtab
|
||||
set noautoindent
|
||||
set tabstop=4
|
||||
set indentexpr=
|
|
@ -0,0 +1 @@
|
|||
set indentexpr=
|
|
@ -0,0 +1,2 @@
|
|||
colorscheme koehler
|
||||
set nu
|
Reference in New Issue