diff options
Diffstat (limited to '.vim/init.vim')
-rw-r--r-- | .vim/init.vim | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.vim/init.vim b/.vim/init.vim index 7f2fbdc..275e838 100644 --- a/.vim/init.vim +++ b/.vim/init.vim @@ -48,9 +48,6 @@ if has("gui_running") endif endif -if has("macunix") -endif - " Identation set autoindent @@ -107,7 +104,7 @@ nnoremap <leader>cd :cd %:p:h<CR> :pwd<CR> source ~/.dotfiles/.vim/plugins/init.vim source ~/.dotfiles/.vim/keybindings.vim -silent colorscheme onehalfdark +silent colorscheme onedark highlight Pmenu ctermbg=grey set exrc |