diff options
author | Yigit Sever | 2023-05-13 13:02:22 +0300 |
---|---|---|
committer | Yigit Sever | 2023-05-13 13:02:22 +0300 |
commit | 4747f73c04ead91e4147b7946a97658899a9526f (patch) | |
tree | e0d423af42745327457bbc51ed56c348f03bed8e /.config/nvim/after/plugin/autocmds.vim | |
parent | 004ed90c2e666461452f702cfdcbbb9222cff9a4 (diff) | |
download | dotfiles-4747f73c04ead91e4147b7946a97658899a9526f.tar.gz dotfiles-4747f73c04ead91e4147b7946a97658899a9526f.tar.bz2 dotfiles-4747f73c04ead91e4147b7946a97658899a9526f.zip |
nvim: purge vista.vim
Diffstat (limited to '.config/nvim/after/plugin/autocmds.vim')
-rw-r--r-- | .config/nvim/after/plugin/autocmds.vim | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.config/nvim/after/plugin/autocmds.vim b/.config/nvim/after/plugin/autocmds.vim index c953a24..05b7ce9 100644 --- a/.config/nvim/after/plugin/autocmds.vim +++ b/.config/nvim/after/plugin/autocmds.vim | |||
@@ -12,6 +12,3 @@ autocmd BufReadPost * | |||
12 | \ if line("'\"") >= 1 && line("'\"") <= line("$") && &ft !~# 'commit' | 12 | \ if line("'\"") >= 1 && line("'\"") <= line("$") && &ft !~# 'commit' |
13 | \ | exe "normal! g`\"" | 13 | \ | exe "normal! g`\"" |
14 | \ | endif | 14 | \ | endif |
15 | |||
16 | " Currently for one c snippet, but can embed into lualine | ||
17 | autocmd VimEnter * call vista#RunForNearestMethodOrFunction() | ||