diff options
author | Guangxiong Lin <[email protected]> | 2022-04-02 11:46:29 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2022-04-02 11:46:29 +0800 |
commit | 720825fd72aa1d4be3a75ecaa226ed105f62dda0 (patch) | |
tree | 761995b003005445f9eec3bbf6e6cc0f5ed3a646 | |
parent | 79a18bae6aaba8ebae01915df8b425ba3e5a88e5 (diff) | |
download | dotfiles-720825fd72aa1d4be3a75ecaa226ed105f62dda0.tar.gz dotfiles-720825fd72aa1d4be3a75ecaa226ed105f62dda0.tar.bz2 dotfiles-720825fd72aa1d4be3a75ecaa226ed105f62dda0.zip |
set exrc in vim
-rw-r--r-- | .vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,6 +16,7 @@ set textwidth=72 set formatoptions+=mB set formatoptions-=tc set secure +set exrc set noerrorbells set nofoldenable @@ -92,7 +93,6 @@ nnoremap <leader>cd :cd %:p:h<CR> :pwd<CR> cnoremap <C-G> <C-C> highlight Pmenu ctermbg=grey -set exrc packadd! onedark.vim silent colorscheme onedark |