Commit graph

70 commits

Author SHA1 Message Date
Sergio Laín
3dd5a489f6
♻️ refactor(nvim): sniprun keys added as well as compiler moved to editor extras instead of lsp 2023-12-30 00:31:01 +01:00
Sergio Laín
cf45e44a25
feat(nvim): added a ton of new colorschemes 2023-12-29 21:18:20 +01:00
Sergio Laín
eda9664420
feat(nvim): add bookmarks extra 2023-12-28 14:56:04 +01:00
Sergio Laín
85e6e43d93
feat(nvim): added workspaces extra 2023-12-28 14:31:52 +01:00
Sergio Laín
7f6a76edf6
🐛 fix(nvim): telescope-repo not having an event to load 2023-12-28 14:28:11 +01:00
Sergio Laín
edd3dd1d6a
feat(nvim): add leap-spooky extra 2023-12-28 13:55:39 +01:00
Sergio Laín
8cbff331c3
feat(nvim): add oil.nvim extra 2023-12-28 11:46:12 +01:00
Sergio Laín
d5e9f6e0ae
♻️ refactor(nvim): migrate harpoon to v2 2023-12-27 10:52:51 +01:00
Sergio Laín
d9122f1e65
feat(nvim): add ft to tsc and live server keys
didnt know you could do that, thats amazing!
2023-12-26 20:48:35 +01:00
Sergio Laín
3f17b986b7
🗑️ remove(nvim): icon for which-key groups 2023-12-26 10:45:44 +01:00
Sergio Laín
58db88e264
🚀 perf(nvim): load vim-rooter when loading telescope repo instead of very-lazy event 2023-12-23 02:01:26 +01:00
Sergio Laín
7f87c80d27
🐛 fix(nvim): show conceal internal keymap by changing one on color extra 2023-12-22 17:40:07 +01:00
Sergio Laín
87bfde1768
💄 style(nvim): indent corrected 2023-12-22 17:36:50 +01:00
Sergio Laín
c26c618298
⚙️ config(nvim): add new keymaps for prev and next harpoon file 2023-12-22 12:45:23 +01:00
Sergio Laín
4a8a7cb912
♻️ refactor(nvim): harpoon now on main page in which-key, as well as revamped some bindings and added others 2023-12-22 11:43:06 +01:00
Sergio Laín
60fede158e
⚙️ config(nvim): change some plugins keymaps 2023-12-22 10:32:33 +01:00
Sergio Laín
9b1772488a
feat(nvim): add markmap extra 2023-12-21 20:46:10 +01:00
Sergio Laín
44312e16bb
♻️ refactor(nvim): devdocs added as optional in a lot of plugin specs 2023-12-16 18:19:30 +01:00
Sergio Laín
ff5100414b
⚙️ config(nvim): keymaps changed 2023-12-14 00:11:53 +01:00
Sergio Laín
2016774263
feat(nvim): added more files to harpoon 2023-12-10 13:06:29 +01:00
Sergio Laín
bb427966cd
feat(nvim): added treesitter playground extra 2023-12-09 21:43:02 +01:00
Sergio Laín
de96812f2e
🎨 ux(nvim): added nerd fonts for the main which-key groups 2023-12-08 15:56:36 +01:00
Sergio Laín
2cacb0bad4
♻️ refactor(nvim): added tabscope as dependency of bufferline 2023-12-07 01:00:05 +01:00
Sergio Laín
d1c5a46433
♻️ refactor(nvim): added keymap and changed some options in the regex and tsc extras 2023-12-06 23:39:53 +01:00
Sergio Laín
0d259afe49
🚀 perf(nvim): changed events for bufread plugins 2023-12-06 23:38:47 +01:00
Sergio Laín
2ae5f8f696
⚙️ config(nvim): changed some keymaps for the code-info part 2023-12-05 23:31:34 +01:00
Sergio Laín
bc4328f785
⚙️ config(nvim): changed keymaps and added some others for code info 2023-12-05 12:06:38 +01:00
Sergio Laín
96bbeea19e
⚙️ config(nvim): changed keymaps for search-replace v mode 2023-12-04 23:41:02 +01:00
Sergio Laín
67d466e276
⬆️ deps(nvim): changed alpha to dashboard-nvim due to performance issues 2023-12-04 00:38:12 +01:00
Sergio Laín
1200b7f951
⚙️ config(nvim): changes to retirement options as well as autosave events 2023-12-03 18:33:55 +01:00
Sergio Laín
2c5f2fb7b0
🚀 perf(nvim): keyword lenght for rg cmp and other misc stuff 2023-12-03 17:30:55 +01:00
Sergio Laín
9490fcbc6a
🚀 perf(nvim): changed lazyloading of ccc 2023-12-03 13:44:12 +01:00
Sergio Laín
6cfeea3db7
💬 comments(nvim): zoxide plugin not working code 2023-12-02 23:34:48 +01:00
Sergio Laín
2437538669
feat(nvim): added early retirement extra 2023-12-01 00:45:58 +01:00
Sergio Laín
d0fe35b0c9
♻️ refactor(nvim): avoid creating a variable for the onload function in the telescope extensions 2023-11-30 13:22:20 +01:00
Sergio Laín
6d13c490eb
feat(nvim): harpoon marks added to alpha dashboard 2023-11-30 01:27:05 +01:00
Sergio Laín
5b75815d9e
⚙️ config(nvim): changed color-picker keymaps 2023-11-30 01:25:17 +01:00
Sergio Laín
1df5f46e41
⚙️ config(nvim): added custom options for outline extra 2023-11-28 00:17:58 +01:00
Sergio Laín
d2b7c8a137
⚙️ config(nvim): changed binding for showing terminals 2023-11-27 10:01:25 +01:00
Sergio Laín
87a6697066
🐛 fix(nvim): floaterm on floating getting into edgy window 2023-11-27 10:00:26 +01:00
Sergio Laín
d692c2a4f0
🐛 fix(nvim): outline now shows up on edgy 2023-11-26 23:56:02 +01:00
Sergio Laín
d5e8e84a79
feat(nvim): added toggleterm manager 2023-11-26 23:55:36 +01:00
Sergio Laín
4280546c48
🐛 fix(nvim): added optional to a lot of plugins 2023-11-26 23:55:13 +01:00
Sergio Laín
812b031fe1
⚙️ config(nvim): add new cmds to lazyload toggleterm 2023-11-26 16:56:22 +01:00
Sergio Laín
d0170ca6b1
🗑️ remove(nvim): floaterm vsplit terminal because of edgy integration 2023-11-26 14:46:24 +01:00
Sergio Laín
c5bfbe8d1c
feat(nvim): added toggleterm extra
still have some things to finish
2023-11-26 01:40:50 +01:00
Sergio Laín
455a48a326
📁 files(nvim): movement of some extras 2023-11-26 01:40:07 +01:00
Sergio Laín
f98683298e
🔧 chore(nvim): some typos here and there 2023-11-26 01:38:33 +01:00
Sergio Laín
d568158fa4
💄 style(nvim): stylua ignore in a lot of keys tables 2023-11-26 01:36:58 +01:00
Sergio Laín
fd1d904641
feat(nvim): added floaterm as extra instead of default terminal 2023-11-26 01:34:51 +01:00