neovim: Source project-specific .vimrc files
This commit is contained in:
parent
8d237d471d
commit
7e0d5e934c
2 changed files with 5 additions and 0 deletions
|
|
@ -14,3 +14,5 @@ node_modules/
|
|||
|
||||
.envrc
|
||||
.direnv/
|
||||
|
||||
.vimrc
|
||||
|
|
|
|||
|
|
@ -27,6 +27,7 @@ if dein#load_state('~/.config/nvim/plugins')
|
|||
call dein#add('LnL7/vim-nix')
|
||||
call dein#add('mxw/vim-jsx')
|
||||
call dein#add('ntpeters/vim-better-whitespace')
|
||||
call dein#add('MarcWeber/vim-addon-local-vimrc')
|
||||
call dein#add('pangloss/vim-javascript')
|
||||
call dein#add('plasticboy/vim-markdown')
|
||||
call dein#add('scrooloose/nerdtree')
|
||||
|
|
@ -276,3 +277,5 @@ autocmd FileType javascript.jsx setlocal ts=2 sts=2 sw=2 expandtab
|
|||
autocmd FileType javascript setlocal ts=2 sts=2 sw=2 expandtab
|
||||
autocmd FileType json setlocal ts=2 sts=2 sw=2 expandtab
|
||||
autocmd FileType yaml setlocal ts=2 sts=2 sw=2 expandtab
|
||||
|
||||
set secure
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue