Commit graph

162 commits

Author SHA1 Message Date
Sergio Laín
99c76d78a8
♻️ refactor(nvim): change autocommand abbr to ac 2024-02-20 10:11:42 +01:00
Sergio Laín
fd9297666a
🗑️ remove(nvim): <leader>l keymap because of conflict 2024-02-18 13:44:58 +01:00
Sergio Laín
1df81d9171
🗑️ remove(nvim): disable some repl providers by default 2024-02-18 13:44:37 +01:00
Sergio Laín
0f60cddd52
feat(nvim): add new keymaps for lazy.nvim operations such as sync, check for update and update all plugins 2024-02-13 10:32:53 +01:00
Sergio Laín
d2d9e50a57
feat(nvim): add autocmd to create a new dir when saving a file inside (removed mkdir.nvim extra) 2024-02-10 01:52:56 +01:00
Sergio Laín
2da357f367
⚙️ config(nvim): move some keymaps 2024-02-08 11:14:13 +01:00
Sergio Laín
5d904f8829
🐛 fix(nvim): autocmd to fix luansip sometimes getting bugged when hitting tab 2024-02-08 01:14:41 +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
5738ff32d6
feat(nvim): add easier bindings to cycle through tabs 2024-02-01 10:43:00 +01:00
Sergio Laín
36dac1d9bf
💄 style(nvim): use abrev on options.lua 2024-01-23 10:06:40 +01:00
Sergio Laín
53b0b9d24f
feat(nvim): add toggle tabline keymap 2024-01-23 01:07:01 +01:00
Sergio Laín
d8ea9d61a6
🗑️ remove(nvim): background keymap toggle because redundancy with lazyvim's one 2024-01-23 01:06:48 +01:00
Sergio Laín
805c05e4bd
feat(nvim): add new keymaps for easier identation 2024-01-19 13:49:55 +01:00
Sergio Laín
4f30e2d87a
♻️ refactor(nvim): move lazy keymaps into a custom group with <leader>l 2024-01-19 10:51:47 +01:00
Sergio Laín
2562ccc7cf
feat(nvim): add new keymaps for moving on insert mode and save without formatting 2024-01-17 10:29:40 +01:00
Sergio Laín
87ffb52563
♻️ refactor(nvim): use local variables for generating autocmds and groups 2024-01-17 10:29:16 +01:00
Sergio Laín
c549b8ad1e
⚙️ config(nvim): define localleader 2024-01-17 10:28:32 +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
3154cae459
⚙️ config(nvim): disable netrw plugin in lazy defined table for plugins, instead of using vim global options 2024-01-15 10:09:03 +01:00
Sergio Laín
a434ea648a
⚙️ config(nvim): disabled netrw 2024-01-13 23:19:40 +01:00
Sergio Laín
f749811f40
feat(nvim): add new autocmd to disable newline comments 2024-01-12 11:42:25 +01:00
Sergio Laín
398da33d9b
🚀 perf(nvim): change brave search lua call intro a local function 2024-01-11 11:44:55 +01:00
Sergio Laín
a0a61e64aa
feat(nvim): added project-specific plugin specs extra 2024-01-08 09:53:12 +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
bcc80f632b
💄 style(nvim): added stylua ignore on one keymap 2024-01-07 17:52:17 +01:00
Sergio Laín
5d4eeb8f68
💄 style(nvim): indentation 2024-01-07 12:17:51 +01:00
Sergio Laín
68b072303d
feat(nvim): add keymaps to switch between tabs 2024-01-06 20:28:22 +01:00
Sergio Laín
c40125f996
feat(nvim): add neovide as extra 2024-01-05 10:57:07 +01:00
Sergio Laín
08762d1bb2
feat(nvim): add new keymaps across a lot of plugins 2024-01-05 10:54:25 +01:00
Sergio Laín
caeae319e1
⚙️ config(nvim): cleaner code in the options.lua file 2024-01-04 17:25:29 +01:00
Sergio Laín
f0f8cdca0b
🗑️ remove(nvim): some global bindings and other options from neovide 2024-01-03 00:14:34 +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
0401e35e9e
🗑️ remove(nvim): tab keymaps because they conflicted with luasnip 2024-01-02 10:18:57 +01:00
Sergio Laín
9ce4cf7240
♻️ refactor(nvim): move neovide options into a new file 2023-12-30 01:57:29 +01:00
Sergio Laín
021f6170d6
🐛 fix(neovide): change nvim path to work with bob 2023-12-24 14:00:07 +01:00
Sergio Laín
81824935d3
♻️ refactor(nvim): moved options related to neovide inside the if 2023-12-23 02:03:09 +01:00
Sergio Laín
65255618d8
♻️ refactor(nvim): search in the internet keymap function 2023-12-23 02:02:17 +01:00
Sergio Laín
25324f18d2
feat(nvim): add some buffer and tabs bindings 2023-12-22 11:42:16 +01:00
Sergio Laín
79539941df
💬 comments(nvim): TODO comment added 2023-12-22 10:33:29 +01:00
Sergio Laín
fee75c2c46
⚙️ config(nvim): add and comment some keymaps 2023-12-22 10:32:00 +01:00
Sergio Laín
d376952b51
⚙️ config(nvim): keymap changes 2023-12-22 00:05:07 +01:00
Sergio Laín
24b3a20722
♻️ refactor(nvim): moved spell check for vscode into the extra 2023-12-19 17:00:18 +01:00
Sergio Laín
a01147f661
⚙️ config(nvim): add silent and description to some keymaps 2023-12-19 14:25:33 +01:00
Sergio Laín
ea8f38b863
⚙️ config(nvim): enable spelling when not using vscode 2023-12-19 14:25:11 +01:00
Sergio Laín
1d3ceee165
🐛 fix(nvim): image extra 2023-12-17 23:13:02 +01:00
Sergio Laín
e0d1f7079a
feat(nvim): added binding to delete buffer in telescope 2023-12-16 18:16:10 +01:00
Sergio Laín
396cc02d68
⚙️ config(nvim): keymaps for going to the first and last character of the current line 2023-12-14 00:10:20 +01:00
Sergio Laín
ecc31d895a
🗑️ remove(nvim): start git messages in insert mode 2023-12-14 00:09:48 +01:00
Sergio Laín
62c4d8198e
⚙️ config(nvim): add new keymap for selecting all text within a file 2023-12-07 02:29:58 +01:00