Skip to content

Commit

Permalink
Added plugins/changed not to create swapfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Fixstars-iizuka committed Apr 22, 2019
1 parent f6c7b31 commit dc3cf14
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .vim/userautoload/_neobundle.vim
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,6 @@ NeoBundle 'vim-ruby/vim-ruby'
NeoBundle 'wting/rust.vim'
NeoBundle 't9md/vim-quickhl'
NeoBundle 'easymotion/vim-easymotion'
NeoBundle 'fatih/vim-go'

call neobundle#end()
3 changes: 3 additions & 0 deletions .vim/userautoload/basic.vim
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ filetype on
filetype indent on
filetype plugin on

" disable swapfile
set noswapfile

" basic color
colorscheme molokai

Expand Down

0 comments on commit dc3cf14

Please sign in to comment.