Commit graph

92 commits

Author SHA1 Message Date
Sergio Laín
da7e86ef09
feat(nvim): added ibus-sw extra 2023-12-02 00:30:25 +01:00
Sergio Laín
c28ca41b56
💄 style(nvim): unnecesary brackets 2023-12-01 14:10:47 +01:00
Sergio Laín
d8b82600b7
📁 files(nvim): moved some files as well as changed names 2023-12-01 00:43:37 +01:00
Sergio Laín
d12ad6a7e2
💄 style(nvim): stylua ignore is now respected with dial 2023-12-01 00:07:44 +01:00
Sergio Laín
c377fc69b5
🚀 perf(nvim): omitted dial config 2023-11-30 20:43:42 +01:00
Sergio Laín
75c2ed6f3f
⚙️ config(nvim): multicursor added tu lualine 2023-11-30 20:43:23 +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
30f53826a5
♻️ refactor(nvim): removed 2 plugins in favor of 1 that does the same functionality and more 2023-11-30 01:27:54 +01:00
Sergio Laín
1f61c5b085
feat(nvim): added codeium module to lualine 2023-11-30 01:24:54 +01:00
Sergio Laín
01d7f996d8
feat(nvim): added new rules to nvim-autopairs 2023-11-28 13:23:09 +01:00
Sergio Laín
432be9773e
📁 files(nvim): moved auto-indent and boole to treesitter folder 2023-11-28 13:22:13 +01:00
Sergio Laín
356a3d2894
⚙️ config(nvim): added autoindent treesitter integration 2023-11-28 13:19:38 +01:00
Sergio Laín
7011f0ec12
🐛 fix(nvim): endwise and puppeteer fixed loading 2023-11-28 13:18:55 +01:00
Sergio Laín
5ed0f02e8a
⚙️ config(nvim): boole new conditions 2023-11-28 13:18:10 +01:00
Sergio Laín
cf84a9fb09
feat(nvim): added ultimate-autopairs extra 2023-11-28 13:14:55 +01:00
Sergio Laín
455a48a326
📁 files(nvim): movement of some extras 2023-11-26 01:40:07 +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
Sergio Laín
f854cccafd
♻️ refactor(nvim): cmp addons moved to extras 2023-11-25 19:15:54 +01:00
Sergio Laín
4a3565e84d
🐛 fix(nvim): debugprint not working because of missing return in the keys 2023-11-25 18:42:39 +01:00
Sergio Laín
dca07ba192
🐛 fix(nvim): debugprint keys overwrited others 2023-11-25 18:32:43 +01:00
Sergio Laín
be99c89560
🚀 perf(tgpt): use multiline instead of interactive 2023-11-24 13:03:46 +01:00
Sergio Laín
a02923f847
🚀 perf(nvim): some event fixing 2023-11-21 14:01:08 +01:00
Sergio Laín
910e95e764
feat(nvim): added boole extra 2023-11-21 10:47:44 +01:00
Sergio Laín
7308e5b6fd
feat(nvim): added debugprint and repl extra 2023-11-19 02:53:53 +01:00
Sergio Laín
5f4a5bbcab
🐛 fix(nvim): treesitter endwise not working 2023-11-17 21:31:06 +01:00
Sergio Laín
21de798f62
📁 files(nvim): change of directory to a lot of files for better organization 2023-11-17 00:41:53 +01:00
Sergio Laín
353bbc67f2
feat(nvim): added a lot of extras
wildfire, neorg, obsidian, autosave, no-neck-pain, etc
2023-11-16 23:48:31 +01:00
Sergio Laín
c1f1003dc4
♻️ refactor(nvim): treesitter modules extracted into extras 2023-11-16 14:57:26 +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
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
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
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
47547f4be9
⚙️ config(nvim): bindings for refactoring and image.nvim for image extra 2023-11-06 12:34:05 +01:00
Sergio Laín
c96de953e2
♻️ refactor(nvim): a lot of keybindings changed 2023-11-05 14:54:04 +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
58680600d8
🐛 fix(nvim): package-info now loading on both package.json and package.lock.json 2023-10-26 00:42:36 +02:00
Sergio Laín
5df9903c47
📁 files(nvim): finished the change in structure of files in the config 2023-10-25 17:41:55 +02:00
Sergio Laín
e457722492
📁 files(nvim): changes to the directories and extras
another bug change to the structure of the nvim config. probably, tomorrow will be finished
2023-10-25 12:38:42 +02:00