Commit graph

394 commits

Author SHA1 Message Date
Sergio Laín
6cd4924f76
feat(nvim): added rg as a cmp source 2023-11-16 15:27:27 +01:00
Sergio Laín
064123095d
feat(nvim): theme-loader so now the colorschemes extras work 2023-11-16 15:01:31 +01:00
Sergio Laín
871f06bc2a
🚀 perf(nvim): lsp plugin bindings are new lazy loaded 2023-11-16 15:00:49 +01:00
Sergio Laín
f9d52ab208
♻️ refactor(nvim): big change in adding formatters and linters
all the formatters and linters are dynamically added, and they are going to the extras modules
2023-11-16 15:00:10 +01:00
Sergio Laín
c1f1003dc4
♻️ refactor(nvim): treesitter modules extracted into extras 2023-11-16 14:57:26 +01:00
Sergio Laín
41a5a6c3ce
💄 style(nvim): some redundant brackets 2023-11-16 14:56:13 +01:00
Sergio Laín
cd811f96d5
🐛 fix(nvim): some lazy plugins and disabled plugins 2023-11-16 14:55:15 +01:00
Sergio Laín
0e1018d835
feat(nvim): added a lot of themes as lazy extras
still need to test them
2023-11-16 02:21:01 +01:00
Sergio Laín
3e564a7164
feat(nvim): outline extra
symbols-outline fork with more features, still needs more testing
2023-11-16 02:20:19 +01:00
Sergio Laín
2902be65a5
feat(nvim): debugprint extra 2023-11-16 02:19:36 +01:00
Sergio Laín
9280fd9e45
feat(nvim): autopairs extra 2023-11-16 02:19:20 +01:00
Sergio Laín
5433ac6917
♻️ refactor(nvim): added logic of catppuccin to the catppuccin module itself 2023-11-16 02:18:40 +01:00
Sergio Laín
b2b4006ab6
🗑️ remove(nvim): redundant keymap 2023-11-16 02:18:03 +01:00
Sergio Laín
04926ea9bd
🚀 perf(nvim): lualine unnecesary code to a more maintainable and easy to read 2023-11-16 02:17:42 +01:00
Sergio Laín
25722f99bd
⬆️ deps(nvim): nerd fonts are now a part of cmp, instead of a telescope search 2023-11-16 02:16:49 +01:00
Sergio Laín
c53760f3eb
feat(nvim): neo-rename added 2023-11-16 02:16:04 +01:00
Sergio Laín
4e0e80368a
🗑️ remove(nvim): modes extra deleted 2023-11-16 02:15:42 +01:00
Sergio Laín
8ccdba9876
🔧 chore(nvim): plugin updates 2023-11-15 15:27:35 +01:00
Sergio Laín
68668f1d2b
🐛 fix(nvim): cmp new sources added 2023-11-15 13:01:32 +01:00
Sergio Laín
c2e92f0ef5
♻️ refactor(nvim): a lot of changes to the structure of the config
moved extras, mason and tressitter packages, and some new extras for web dev
2023-11-15 12:46:38 +01:00
Sergio Laín
3a961a5422
♻️ refactor(nvim): changed db extra to sql, added notify option and edgy window module 2023-11-14 11:23:28 +01:00
Sergio Laín
14f832675d
🐛 fix(nvim): allow cap words on terminals 2023-11-13 12:52:38 +01:00
Sergio Laín
c7bd744c8b
🐛 fix(nvim): installed rooter to fix repo cding 2023-11-13 12:09:18 +01:00
Sergio Laín
1ef123907f
feat(nvim): changed projects.nvim to repo.nvim extra
now it updates for all the new git repos added to the system
2023-11-12 23:24:57 +01:00
Sergio Laín
1030061c2c
feat(nvim): sunglasses and yanky extra 2023-11-12 23:23:50 +01:00
Sergio Laín
44d296d2e5
🐛 fix(nvim): moved logic of telescope extensions to each one 2023-11-12 23:22:37 +01:00
Sergio Laín
6d67e245b2
♻️ refactor(nvim): telescope plugins and undotree 2023-11-12 20:48:07 +01:00
Sergio Laín
4816716324
🐛 fix(nvim): autotag not working 2023-11-11 14:01:19 +01:00
Sergio Laín
11424baaa6
feat(nvim): autocmd for deleting terminal number column 2023-11-08 12:39:29 +01:00
Sergio Laín
25eafee859
🔧 chore(nvim): plugin updates 2023-11-06 18:53:55 +01:00
Sergio Laín
47547f4be9
⚙️ config(nvim): bindings for refactoring and image.nvim for image extra 2023-11-06 12:34:05 +01:00
Sergio Laín
04401dc33a
🔧 chore(nvim): plugin updates 2023-11-05 18:17:02 +01:00
Sergio Laín
c96de953e2
♻️ refactor(nvim): a lot of keybindings changed 2023-11-05 14:54:04 +01:00
Sergio Laín
5aa837f771
⚙️ config(nvim): changed binding for moving buffers 2023-11-05 00:39:22 +01:00
Sergio Laín
e09c367a53
feat(nvim): neodim and edgy extra added 2023-11-04 17:22:27 +01:00
Sergio Laín
63668d056a
💄 style(nvim): indentation 2023-11-03 11:31:31 +01:00
Sergio Laín
2f2070b01d
feat(nvim): git option at dashboard 2023-11-02 09:52:18 +01:00
Sergio Laín
602d224ba7
🔧 chore(nvim): plugin updates 2023-11-01 17:33:17 +01:00
Sergio Laín
59ba135d21
🔧 chore(nvim): plugin updates 2023-10-31 13:47:14 +01:00
Sergio Laín
05d0157bb7
feat(nvim): minimap and winshift extras 2023-10-31 00:10:23 +01:00
Sergio Laín
a40af380e6
🐛 fix(nvim): lsp attach for action preview and lightbulb 2023-10-31 00:01:03 +01:00
Sergio Laín
d27194cc3c
⚙️ config(nvim): new keymaps 2023-10-30 23:45:24 +01:00
Sergio Laín
944ddad36f
🔧 chore(nvim): plugin updates 2023-10-30 20:43:37 +01:00
Sergio Laín
600a840687
feat(nvim): new extra: transparent nvim 2023-10-30 12:49:55 +01:00
Sergio Laín
723d261b13
🎨 ux(nvim): nerd fonts icons for lsp lens 2023-10-29 23:50:02 +01:00
Sergio Laín
ae535b38f8
♻️ refactor(nvim): package-info changed to an extra module, floaterm for extras 2023-10-28 15:20:28 +02:00
Sergio Laín
28c270a7ae
♻️ refactor(nvim): devdocs changed from documentation to beign a telescope dependency 2023-10-27 19:58:27 +02:00
Sergio Laín
2bb62c8dd4
feat(nvim): kitty terminal added as a fallback for dap; also added mappings for the F keys when debugging 2023-10-26 00:46:53 +02:00
Sergio Laín
9166c1c6cb
feat(nvim): modicator added 2023-10-26 00:45:32 +02:00
Sergio Laín
60daac69c0
feat(nvim): added isort formatter for python imports 2023-10-26 00:44:33 +02:00