dotfiles/nvim/.config/nvim
Sanchayan Maity d04c8675f9 nvim: Switch back to gina dropping fugitive
The only purposes we have been using fugitive for is status and commit
which should be equally comfortable with gina. Gina log is really
instantaneous even on big repositories like Linux while fugitive just
freezes vim. For handling hunks, merge and rebase conflicts we anyways
rely on the other plugins.

We use edita so that applications which use $EDITOR internally can work
inside neovim terminal without opening another instance which does not
work with the already running instance. This is required for things like
interactive rebase. See below issue.
https://github.com/lambdalisue/gina.vim/issues/276

We drop fzf-checkout as it isn't that useful anymore since gina allows
easy checkouts for branch or tags easily.
2020-10-06 17:43:02 +05:30
..
after nvim: Switch back to gina dropping fugitive 2020-10-06 17:43:02 +05:30
colors nvim: Update syntax highlighting for nvim-treesitter 2020-09-10 20:59:26 +05:30
compiler nvim: Use a custom stack compiler for Haskell 2020-01-27 09:30:19 +05:30
lua nvim: HLS is now supported in nvim-lspconfig 2020-09-16 13:03:41 +05:30
plugin nvim: Add support for LSP in status line 2020-09-02 14:45:27 +05:30
autocmd.vim nvim: Add scrollbar 2020-09-21 11:33:43 +05:30
config.vim nvim: config: Enable histogram based diffs 2020-09-26 10:48:00 +05:30
init.vim nvim: Switch back to gina dropping fugitive 2020-10-06 17:43:02 +05:30
keymappings.vim nvim: keymappings: Add key mapping for closing tab page 2020-10-06 17:43:02 +05:30
plugin_settings.vim Revert "Revert "nvim: Switch to signify"" 2020-10-05 20:48:56 +05:30