Commit graph

6 commits

Author SHA1 Message Date
Sergio Laín
e33072c225
🐛 fix(nvim): search-replace option menu didnt work 2023-11-21 14:00:50 +01:00
Sergio Laín
a0ec8ade12
feat(nvim): added search-replace on current buffer extra
now spectre is for global replace and search-replace is for buffer replace
2023-11-21 10:49:13 +01:00
Sergio Laín
c96de953e2
♻️ refactor(nvim): a lot of keybindings changed 2023-11-05 14:54:04 +01:00
Sergio Laín
47d110fbfe
🐛 fix(nvim): keymaps now showing up for some plugins 2023-10-21 01:00:28 +02:00
Sergio Laín
c4e8fe2941
♻️ refactor(nvim): big changes to the config structure
a lot of plugins are moving to the extra modules
all the keymaps are on the keys section of each plugin
which-key options are now dependant on the plugin they are in, etc
2023-10-20 15:01:41 +02:00
Sergio Laín
fd1a4f6702
feat(nvim): big Changes
- Null-ls changed to none-ls
- Added keymap to see none-ls buffer info
- Lualine style changed to slanted
- Neo-tree handlers
- Spectre new keymaps
- Telescope fzf options and some keybindings
- Which-key adapted to new spectre bind changes

BREAKING CHANGE: - Null-ls changed to none-ls
2023-10-01 21:35:33 +02:00