Compare commits
2 commits
3a057f402e
...
ff8ea83cbc
Author | SHA1 | Date | |
---|---|---|---|
ff8ea83cbc | |||
b6db763b8e |
5 changed files with 12 additions and 0 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
nvim/.netrwhist
|
3
fish/functions/ve.fish
Normal file
3
fish/functions/ve.fish
Normal file
|
@ -0,0 +1,3 @@
|
|||
function ve
|
||||
source ve/bin/activate.fish
|
||||
end
|
5
nvim/after/ftplugin/python.vim
Normal file
5
nvim/after/ftplugin/python.vim
Normal file
|
@ -0,0 +1,5 @@
|
|||
set nu
|
||||
set noexpandtab
|
||||
set noautoindent
|
||||
set tabstop=4
|
||||
set indentexpr=
|
1
nvim/indent/python.vim
Normal file
1
nvim/indent/python.vim
Normal file
|
@ -0,0 +1 @@
|
|||
set indentexpr=
|
2
nvim/init.vim
Normal file
2
nvim/init.vim
Normal file
|
@ -0,0 +1,2 @@
|
|||
colorscheme koehler
|
||||
set nu
|
Reference in a new issue