dotfiles/config/nvim/after/plugin
Fernando Schauenburg 576ded4646 vim: change keymap to start treesitter incremental selection
The previous '<CR>' mapping was causing too many false starts of the
incremental selection, especially because of the way I have my keyboard
configured, where the Ctrl and Enter keys are "shared".
2022-12-16 08:51:23 +01:00
..
colorizer.lua vim: initialize colorizer only if termguicolors is set 2022-12-13 12:54:26 +01:00
fugitive.lua vim: open fugitive in new tab 2022-10-12 22:30:33 +02:00
indent-blankline.lua vim: only execute config if respective plugin is installed 2022-10-04 23:58:56 +02:00
lualine.lua vim: prevent errors on startup when plugins are not installed 2022-12-13 12:53:37 +01:00
nvim-tree.lua vim: improve nvim-tree behavior and add mappings 2022-10-14 09:47:19 +02:00
solarized.lua vim: prevent errors if colorscheme is not yet installed 2022-10-11 22:25:06 +02:00
tabular.lua vim: prevent errors on startup when plugins are not installed 2022-12-13 12:53:37 +01:00
telescope.lua vim: solve telescope keymap conflict 2022-10-20 12:19:56 +02:00
treesitter.lua vim: change keymap to start treesitter incremental selection 2022-12-16 08:51:23 +01:00
vim-better-whitespace.lua vim: move configs to after/plugin/*.lua -> less packer dependence 2022-10-04 23:40:53 +02:00
virt-column.lua vim: only execute config if respective plugin is installed 2022-10-04 23:58:56 +02:00