dotfiles/nvim/.config/nvim
Sanchayan Maity 467a660409 nvim: Drop neomake, QFGrep and vim-grepper
Profiling with below
nvim -c 'profile start vim.log' -c 'profile func *' -c 'q'

shows that neomake adds to the start up time. Currently we only use it
for two tasks. Running hlint for Haskell and stack build asynchronously.

Use asyncdo and define a generic wrapper command for running makeprg
asynchronously. This can be used for anything as long as makeprg is
set correctly.

vim-grepper also adds somewhat to the startup time though not much. We
do not need the functionality of switching between grep tools. Here
again just use asyncdo and define a generic command for running grepprg
asynchronously.

Drop QFGrep as we can use in built Cfilter plugin for filtering the
quickfix list.

Note that all start times mentioned above are a few milliseconds not
even more than 5ms. However, we would like to be as fast as possible
and use in built functions.

Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
2020-05-21 16:39:06 +05:30
..
after nvim: Drop neomake, QFGrep and vim-grepper 2020-05-21 16:39:06 +05:30
colors nvim: Drop vim-buftabline and it's color scheme configuration 2020-05-21 10:26:08 +05:30
compiler nvim: Use a custom stack compiler for Haskell 2020-01-27 09:30:19 +05:30
plugin nvim: Drop neomake, QFGrep and vim-grepper 2020-05-21 16:39:06 +05:30
autocmd.vim nvim: Drop neomake, QFGrep and vim-grepper 2020-05-21 16:39:06 +05:30
config.vim nvim: Drop neomake, QFGrep and vim-grepper 2020-05-21 16:39:06 +05:30
functions.vim nvim: functions: Drop functions for cycling through all hunks in all buffers 2020-05-19 14:34:42 +05:30
init.vim nvim: Drop neomake, QFGrep and vim-grepper 2020-05-21 16:39:06 +05:30
keymappings.vim nvim: Drop neomake, QFGrep and vim-grepper 2020-05-21 16:39:06 +05:30
plugin_settings.vim nvim: Drop vim-buftabline and it's color scheme configuration 2020-05-21 10:26:08 +05:30