diff options
author | Vasil Zlatanov <v@skozl.com> | 2016-11-07 21:59:42 +0000 |
---|---|---|
committer | Vasil Zlatanov <v@skozl.com> | 2016-11-07 21:59:42 +0000 |
commit | 55835b0c2488a75d313dfd732cba36da86b41f43 (patch) | |
tree | fc763024f05cbde4cdd4f6c2b2fa1f51d1274d20 /Editor/vimrc | |
parent | 53738b2179530a61cd95218fda5ec1c547931003 (diff) | |
download | dotfiles-55835b0c2488a75d313dfd732cba36da86b41f43.tar.gz dotfiles-55835b0c2488a75d313dfd732cba36da86b41f43.tar.bz2 dotfiles-55835b0c2488a75d313dfd732cba36da86b41f43.zip |
update nvim
Diffstat (limited to 'Editor/vimrc')
-rw-r--r-- | Editor/vimrc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Editor/vimrc b/Editor/vimrc index 33e42e0..1cb2ed2 100644 --- a/Editor/vimrc +++ b/Editor/vimrc @@ -92,9 +92,9 @@ nnoremap <leader>v :!open '<cfile>'<CR> "read spaces in path's set isfname+=32 -"Set tab to two spaces -set expandtab -set shiftwidth=2 +""Set tab to two spaces +"set expandtab +"set shiftwidth=2 "set softtabstop=2 |