dotfiles/nvim/.config/nvim
Marty Oehme 89ea7e9cf2
nvim: Switch to mini operators plugin
Removed vim-exchange which, while an amazing functionality, is also
exactly replicated in mini.nvim (along with even more operators).

Uses slightly different mapping - not `cx<movement>` anymore but
`gx<movement>`. But this actually makes sense and fits in well with
my other g-prefixed operators (`gc` for comment and `ga` for align).

It is also the prefix for the other additional operators supplied
by mini.operators: `gs` for sorting text, `gm` for multiplying,
`gr` for replacing, `g=` for evaluating.
2024-02-10 14:07:07 +01:00
..
after/ftplugin nvim: Fully switch to zk-nvim 2024-02-07 22:29:48 +01:00
ftdetect nvim: Add ft detection for dvc files 2024-01-11 17:59:46 +01:00
lua nvim: Switch to mini operators plugin 2024-02-10 14:07:07 +01:00
spell nvim: Update spellfile 2024-02-10 13:36:42 +01:00
abbrev.vim nvim: Remove copyright abbreviation 2023-06-15 09:59:45 +02:00
init.lua nvim: Refactor core setting loading into core module 2023-12-12 14:07:43 +01:00
lazy-lock.json nvim: Update plugins 2024-02-10 13:39:44 +01:00