diff options
author | Yigit Sever | 2021-11-30 15:22:40 +0300 |
---|---|---|
committer | Yigit Sever | 2021-11-30 15:22:40 +0300 |
commit | 8362c34b84c1e936ee8602eaf9d13095df35d803 (patch) | |
tree | 01e73066f36b8cb72dce7d89001b0704cf52e1bd /.config/nvim | |
parent | 60bb107c86866296731b3fc581a50395530f2862 (diff) | |
download | dotfiles-8362c34b84c1e936ee8602eaf9d13095df35d803.tar.gz dotfiles-8362c34b84c1e936ee8602eaf9d13095df35d803.tar.bz2 dotfiles-8362c34b84c1e936ee8602eaf9d13095df35d803.zip |
vim: vista function signature thingy
Diffstat (limited to '.config/nvim')
-rw-r--r-- | .config/nvim/after/plugin/autocmds.vim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/nvim/after/plugin/autocmds.vim b/.config/nvim/after/plugin/autocmds.vim index 05b7ce9..c953a24 100644 --- a/.config/nvim/after/plugin/autocmds.vim +++ b/.config/nvim/after/plugin/autocmds.vim | |||
@@ -12,3 +12,6 @@ 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() | ||