diff options
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() | ||