Commit graph

132 commits

Author SHA1 Message Date
Sergio Laín
cbb00fcbb7
⚙️ config(nvim): change some keymaps 2024-03-24 01:16:03 +01:00
Sergio Laín
09c5c6ff69
📁 files(nvim): move bookmarks file 2024-03-22 21:30:49 +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
1d14e6302f
feat(nvim): add harpoonline plugin to the harpoon extra
lualine indicator for harpoon
2024-03-19 13:01:39 +01:00
Sergio Laín
917da2edae
⚙️ config(nvim): forgot to update one keymap for harpoon 2024-03-19 13:00:46 +01:00
Sergio Laín
f2c3e123c8
♻️ refactor(nvim): use m instead of the enter key as a defining mapping for the marks extras 2024-03-19 00:57:08 +01:00
Sergio Laín
a76dc1f6ad
💄 style(nvim): some formatting 2024-03-19 00:56:04 +01:00
Sergio Laín
18c0feac2b
feat(nvim): add some telescope git pickers and an spelling picker as well 2024-03-18 00:14:19 +01:00
Sergio Laín
ecb91890dc
⚙️ config(nvim): change keymaps for diffview and floaterm file history 2024-03-18 00:13:24 +01:00
Sergio Laín
e7ead4b7f9
🐛 fix(nvim): lazygit history binding now working on every os 2024-03-16 00:16:41 +01:00
Sergio Laín
cf7f6f0680
feat(nvim): add a new command for opening lazygit file history in the floaterm extra 2024-03-14 09:37:11 +01:00
Sergio Laín
8b776138f4
feat(nvim): new extra: telescope-file-browser 2024-03-10 01:24:11 +01:00
Sergio Laín
e9be6a3f81
📁 files(nvim): change names and move to another directories 2024-03-10 01:21:34 +01:00
Sergio Laín
2fadaab606
🚀 perf(nvim): make some plugins optional 2024-03-10 01:20:42 +01:00
Sergio Laín
40ccba2211
💄 style(nvim): rename grapple which-key menu definition to marks 2024-03-09 02:23:52 +01:00
Sergio Laín
5753847a71
feat(nvim): add a new extra: grapple
a better harpoon in my opinion
2024-03-09 02:21:04 +01:00
Sergio Laín
53f257dcbf
⚙️ config(nvim): changed some mapping descriptions as well as harpoon actions for the dashboards 2024-03-09 02:16:48 +01:00
Sergio Laín
15d0a0f3d7
♻️ refactor(nvim): harpoon and arrow extra are now identified as marks 2024-03-08 16:29:35 +01:00
Sergio Laín
db44b35d71
♻️ refactor(nvim): using outline extra from lazyvim with custom options 2024-03-07 21:48:58 +01:00
Sergio Laín
6ba850744c
🐛 fix(nvim): ccc init function 2024-03-05 17:08:36 +01:00
Sergio Laín
492756eef6
🚀 perf(nvim): playground now loads on key load 2024-03-02 14:09:57 +01:00
Sergio Laín
b2248d64da
♻️ refactor(nvim): obsidian extra now has keymaps as well as some new options 2024-02-29 13:01:57 +01:00
Sergio Laín
25bf8585f0
🚀 perf(nvim): load neorg on norg files 2024-02-29 13:01:23 +01:00
Sergio Laín
cb3c62a3ab
🐛 fix(nvim): load obsidian in the correctly dir 2024-02-28 11:16:27 +01:00
Sergio Laín
0516cf91ae
🚀 perf(nvim): disable obsidian extra loading on filetype and now loads when opening your specific vault folder 2024-02-26 11:15:29 +01:00
Sergio Laín
aba18045f8
feat(nvim): add live-grep extra 2024-02-19 01:09:41 +01:00
Sergio Laín
0f98d654b0
🐛 fix(nvim): package info keymap wasnt updated 2024-02-18 13:47:15 +01:00
Sergio Laín
1487612ae2
🐛 fix(nvim): forgot to put leader before in a harpoon keymap so the h didnt respond instantly 2024-02-18 13:46:00 +01:00
Sergio Laín
d851c40b2c
🔧 chore(nvim): add word description for harpoon 2024-02-14 23:32:48 +01:00
Sergio Laín
690ea6e6bf
🗑️ remove(nvim): lualine module from the rest-client extra
didnt want it to load on start
2024-02-14 23:32:02 +01:00
Sergio Laín
6d68af55ab
feat(nvim): add harpoon keymap to clear all the marks 2024-02-13 14:16:02 +01:00
Sergio Laín
d513a76f45
🐛 fix(nvim): moved rest-client lualine module to the 2nd position on the x section
this change is due to deleting the first module of the x section on the lualine spec plugin
2024-02-13 10:31:18 +01:00
Sergio Laín
2a34b0099a
feat(nvim): add lualine and telescope integration into the rest-client extra 2024-02-13 01:04:59 +01:00
Sergio Laín
cc52b91f5b
🐛 fix(nvim): use diffview winbar and disable view activation 2024-02-10 01:36:37 +01:00
Sergio Laín
4990ca6de5
♻️ refactor(nvim): move bindings for package/dependency management into their own language submenu 2024-02-05 01:02:50 +01:00
Sergio Laín
5f78b7f5fd
⚙️ config(nvim): added keymaps for harpoon when moving to next and prev file 2024-01-30 12:58:55 +01:00
Sergio Laín
025725ecd0
♻️ refactor(nvim): move pyrequirements extra to the python extended extra 2024-01-29 12:58:17 +01:00
Sergio Laín
7a51db0ab5
🚀 perf(nvim): py-requirements extra is now lazyloaded when entering a requirements.txt file 2024-01-29 10:15:15 +01:00
Sergio Laín
fb352bd154
feat(nvim): add py-requirements extra 2024-01-28 14:18:39 +01:00
Sergio Laín
82f98f0504
feat(nvim): add new obsidian mappings 2024-01-23 10:06:14 +01:00
Sergio Laín
59c18c969a
🗑️ remove(nvim): compiler keymaps for the code group 2024-01-23 01:07:23 +01:00
Sergio Laín
2b1877fb6d
feat(nvim): add carbon-now extra
replaces rayso for screenshotting code
2024-01-17 10:28:15 +01:00
Sergio Laín
bfb2ddaf69
⚙️ config(nvim): misc changes 2024-01-16 01:05:53 +01:00
Sergio Laín
deef70f731
♻️ refactor(nvim): keymaps that use specific positions are now converted into a for loop 2024-01-15 10:28:51 +01:00
Sergio Laín
deca471e14
💄 style(nvim): correct column alignment 2024-01-15 01:00:49 +01:00
Sergio Laín
e62e96fdcb
⚙️ config(nvim): change oil.nvim keymap to open 2024-01-14 13:22:14 +01:00
Sergio Laín
2d835e8a8c
🗑️ remove(nvim): floaterm tools 2024-01-14 13:21:48 +01:00
Sergio Laín
452016ef1e
feat(nvim): add dev-container extra 2024-01-14 12:49:59 +01:00
Sergio Laín
c9850d1155
feat(nvim): add arrow extra (harpoon with better ui) 2024-01-14 01:18:32 +01:00
Sergio Laín
c70760dd0e
⚙️ config(nvim): make lazygit not disposable with the floaterm plugin 2024-01-11 11:44:20 +01:00