Commit graph

85 commits

Author SHA1 Message Date
Sergio Laín
eef3818e35
📚 docs(nvim): add img-clip to the README 2024-04-03 09:58:58 +02:00
Sergio Laín
fb5446eebd
🐛 fix(nvim): wrong cmd in the zenmode extra 2024-03-29 18:14:07 +01:00
Sergio Laín
1a8fe9fdd6
♻️ refactor(nvim): use LazyVim global function instead of importing the util module of lazyvim 2024-03-22 21:29:48 +01:00
Sergio Laín
158a591850
feat(nvim): new extra: inline fold
useful for working with tailwind
2024-03-12 14:17:22 +01:00
Sergio Laín
2fadaab606
🚀 perf(nvim): make some plugins optional 2024-03-10 01:20:42 +01:00
Sergio Laín
9c9c96438d
feat(nvim): add new extra: fidget.nvim 2024-03-09 17:56:40 +01:00
Sergio Laín
f592e5ed0c
feat(nvim): add ccc to the zen mode hooks 2024-03-05 17:08:53 +01:00
Sergio Laín
06629235d6
feat(nvim): new colorscheme extra: synthweave 2024-03-03 13:55:17 +01:00
Sergio Laín
9cdfa0bacb
♻️ refactor(nvim): theme-loader is now an extra 2024-02-26 11:16:44 +01:00
Sergio Laín
a59215c23a
feat(nvim): new extra: diagflow 2024-02-26 11:16:02 +01:00
Sergio Laín
4099290aaf
🐛 fix(nvim): disable conflicting keymaps on smooth scrolling extra 2024-02-18 13:48:42 +01:00
Sergio Laín
623d44ac7b
♻️ refactor(nvim): smooth scrolling removed manual mappings 2024-02-17 01:47:53 +01:00
Sergio Laín
046c754215
⚙️ config(nvim): add some new options to the image extra as well as deleting the hologram plugin spec from it 2024-02-10 01:38:57 +01:00
Sergio Laín
565a64f4f1
🗑️ remove(nvim): numbertoggle plugin because now there's an autocmd which does the same thing 2024-02-08 01:13:49 +01:00
Sergio Laín
e939bb0e08
feat(nvim): add new keymaps for moving to the next and previous comment block 2024-02-03 13:03:47 +01:00
Sergio Laín
d7ee974ccf
feat(nvim): added reactive plugin for mode coloring
catppuccin integration by default
2024-01-31 14:11:56 +01:00
Sergio Laín
3939944393
feat(nvim): disable indent blanline on zen mode 2024-01-29 10:12:29 +01:00
Sergio Laín
3967b50aea
🚀 perf(nvim): use npm to install importcost instead of yarn 2024-01-23 10:15:34 +01:00
Sergio Laín
3d1264b171
♻️ refactor(nvim): use function for zenmode plugin commands and change keybiding to activate the mode 2024-01-20 18:24:28 +01:00
Sergio Laín
7705fec7ed
feat(nvim): add new colorscheme as extra: hybrid.nvim 2024-01-18 10:44:31 +01:00
Sergio Laín
b778694cc7
🎨 ux(nvim): telescope nvchad style and floaterm custom highlight colors 2024-01-15 01:01:56 +01:00
Sergio Laín
d9099c6b2d
🎨 ux(nvim): catppuccin comments are now in italic 2024-01-13 13:12:21 +01:00
Sergio Laín
2754d3709c
feat(nvim): add new colorscheme extra: solarized extra 2024-01-13 13:10:46 +01:00
Sergio Laín
f64affa5c5
♻️ refactor(nvim): moved cinammon plugin keymaps to their config function instead of having them on the keymaps file 2024-01-08 00:01:06 +01:00
Sergio Laín
3b663d09c7
⚙️ config(nvim): add keymaps to commentbox extra 2024-01-06 20:29:40 +01:00
Sergio Laín
911ea860fd
feat(nvim): added status-column extra 2024-01-04 19:03:15 +01:00
Sergio Laín
a59beae31a
♻️ refactor(nvim): deleted a lot of stuff and added a new plugin at the fold extra 2024-01-04 19:02:44 +01:00
Sergio Laín
6082aef762
🎨 ux(nvim): catppuccin term colors 2024-01-03 10:59:51 +01:00
Sergio Laín
595560bb82
🚀 perf(nvim): remove setting lazyvim colorscheme, now uses theme-loader by default 2024-01-03 00:13:41 +01:00
Sergio Laín
6bf79a8caa
feat(nvim): added img-clip extra 2024-01-03 00:11:51 +01:00
Sergio Laín
5e245c170f
🐛 fix(nvim): floaterm colorscheme with catppuccin not working 2024-01-02 12:10:00 +01:00
Sergio Laín
4fd723b637
feat(nvim): add new keymaps for not yank when changing 2024-01-02 11:09:39 +01:00
Sergio Laín
2e0f58731e
⚙️ config(nvim): move rainbow delimeters options into the setup function itself 2024-01-02 10:19:31 +01:00
Sergio Laín
5905e0d971
feat(nvim): added a lot of other colorschemes 2023-12-31 13:16:43 +01:00
Sergio Laín
b15fd9abe5
feat(nvim): add neogit, peek and mkdir extras 2023-12-30 18:44:02 +01:00
Sergio Laín
9ef945ad42
feat(nvim): add modes extra 2023-12-30 01:33:36 +01:00
Sergio Laín
a0867e6cd9
📁 files(nvim): moved catppuccin to the colorscheme extras 2023-12-30 00:09:12 +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
3b4e1963ed
🐛 fix(nvim): image.nvim now installs the luarock dependency correctly 2023-12-28 13:28:51 +01:00
Sergio Laín
b8447fd07e
feat(nvim): add specs and cyberdream extra 2023-12-28 10:47:23 +01:00
Sergio Laín
4ee1e60ee4
⚙️ config(nvim): change block extra keymap to toggle the plugin 2023-12-26 17:33:55 +01:00
Sergio Laín
c6f614d4b1
🐛 fix(nvim): keymap change for the scrollbar 2023-12-24 02:45:57 +01:00
Sergio Laín
5f6db1e883
💄 style(nvim): transparent extra now follows standard formatting 2023-12-24 01:30:45 +01:00
Sergio Laín
86019fedab
⚙️ config(nvim): add option to the init function in fold extra 2023-12-23 02:00:54 +01:00
Sergio Laín
1d3ceee165
🐛 fix(nvim): image extra 2023-12-17 23:13:02 +01:00
Sergio Laín
5d13d9677d
⚙️ config(nvim): disabling more plugins when entering zen mode 2023-12-07 22:49:09 +01:00
Sergio Laín
0d259afe49
🚀 perf(nvim): changed events for bufread plugins 2023-12-06 23:38:47 +01:00
Sergio Laín
62d5d32f23
🐛 fix(nvim): scrollbar now hides when entering zenmode 2023-12-04 00:39:14 +01:00
Sergio Laín
069903ae38
🚀 perf(nvim): changed events for bufread into lazyfile 2023-12-04 00:38:47 +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