Skip to content

Commit

Permalink
Fixed local .vimrc
Browse files Browse the repository at this point in the history
  • Loading branch information
Dzordzu committed Jan 29, 2021
1 parent f50a0d1 commit b186fc5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 3 additions & 0 deletions user/vim/plugins.vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -137,4 +137,7 @@ Plug 'arteymix/vim-ocl'
" Cypher
Plug 'neo4j-contrib/cypher-vim-syntax'

" Local .vimrc
Plug 'MarcWeber/vim-addon-local-vimrc'

call plug#end()
4 changes: 0 additions & 4 deletions user/vim/user-settings.vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ set shiftwidth=3
set expandtab
set cursorline

"" per project local config
set exrc
set secure

if (has("termguicolors"))
set termguicolors
endif
Expand Down

0 comments on commit b186fc5

Please sign in to comment.