diff options
| author | Grégoire Duchêne <gduchene@awhk.org> | 2024-07-20 10:29:15 +0100 |
|---|---|---|
| committer | Grégoire Duchêne <gduchene@awhk.org> | 2024-07-20 10:29:15 +0100 |
| commit | 4bd01a5bae0cdec21cb4df4d5505de391a6ba869 (patch) | |
| tree | ffe1ab82ee8b16d2a636c5bb57e852964a5abf5c | |
| parent | 6f1a4d035aaa084fdc3ba844df8cee0faf51e91a (diff) | |
vim: Use configuration from nvim
| -rw-r--r-- | vim/vimrc (renamed from nvim/init.vim) | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/nvim/init.vim b/vim/vimrc index a81089f..2a3050e 100644 --- a/nvim/init.vim +++ b/vim/vimrc @@ -1,10 +1,7 @@ -call plug#begin(stdpath('data') . '/plugged') - Plug 'fatih/vim-go' -call plug#end() - set expandtab set shiftwidth=2 set tabstop=2 +set viminfo+=n${XDG_CACHE_HOME}/viminfo autocmd BufWritePre * %s/\s\+$//e autocmd FileType go setl noet |
