Commit graph

143 commits

Author SHA1 Message Date
Sergio Laín
d323c40492
feat(nvim): new keymap to open the line git blame on lazygit 2024-04-22 17:04:44 +02:00
Sergio Laín
3930144b87
♻️ refactor(nvim): select a tab keymap 2024-04-16 22:33:49 +02:00
Sergio Laín
09fc9cf8da
feat(nvim): add new useful keymaps
extracted from lkhphuc great config: https://github.com/lkhphuc/dotfiles
2024-04-05 09:26:50 +02:00
Sergio Laín
24399a8460
feat(nvim): new keymap to create a new tab with the current buffer 2024-04-04 08:42:23 +02:00
Sergio Laín
e6795f4673
feat(nvim): added new keymap shorcuts for adding and removing words in the dictionary 2024-03-29 18:16:34 +01:00
Sergio Laín
f53e9fd66a
💄 style(nvim): updated desc of some keymaps for the first letter to be in uppercase 2024-03-29 18:16:08 +01:00
Sergio Laín
569713ad17
🎨 ux(nvim): disable dark background when opening lazy 2024-03-29 00:54:21 +01:00
Sergio Laín
61299369d1
🗑️ remove(nvim): disabling the repl providers 2024-03-24 23:38:10 +01:00
Sergio Laín
cbb00fcbb7
⚙️ config(nvim): change some keymaps 2024-03-24 01:16:03 +01:00
Sergio Laín
5b81cb636f
♻️ refactor(nvim): moved python lsp definition to the python extra and added some options to the basedpyright lsp 2024-03-23 12:33:12 +01:00
Sergio Laín
c8cf1999e5
feat(nvim): set basedpyright as default python lsp 2024-03-22 21:32:15 +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
cf71f2e44e
🚀 perf(nvim): use vim.uv instead of vim.loop 2024-03-22 21:28:23 +01:00
Sergio Laín
61f7e07e19
🗑️ remove(nvim): es dictionary 2024-03-22 21:27:53 +01:00
Sergio Laín
c3046ead12
🗑️ remove(nvim): telescope autocmd that fixed entering insert mode
no longer needed
2024-03-19 00:54:16 +01:00
Sergio Laín
4126b2fc7b
feat(nvim): add es to the spelllang option definition 2024-03-18 00:15:34 +01:00
Sergio Laín
1c103c07de
feat(nvim): add a dashboard keymap that supports alpha and dashboard-nvim 2024-03-17 01:51:44 +01:00
Sergio Laín
d49448c056
♻️ refactor(nvim): some keymaps refactoring 2024-03-17 01:46:30 +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
0e59b2b987
feat(nvim): add smoothscrolling to the options if nvim nightly is present 2024-03-11 01:11:49 +01:00
Sergio Laín
23df7e331b
🐛 fix(nvim): disable spelling on terminal buffers 2024-03-10 14:09:04 +01:00
Sergio Laín
e98d41f3e3
📁 files(nvim): convert lazyvim modified plugin files to extra modules 2024-03-10 01:20:01 +01:00
Sergio Laín
c7b3dcc031
⚙️ config(nvim): add some new options for the statusbar, cmd and indentation 2024-03-09 19:23:15 +01:00
Sergio Laín
7d6afd5bee
feat(nvim): use nvim native spelling instead of cspell 2024-03-09 19:22:34 +01:00
Sergio Laín
13723533a7
🗑️ remove(nvim): some comments at the top of the config files 2024-03-09 19:20:58 +01:00
Sergio Laín
98e196b669
🗑️ remove(nvim): lazyrc; now using lazyvims one 2024-03-07 21:47:39 +01:00
Sergio Laín
6917646078
🗑️ remove(nvim): show last command in the status bar 2024-02-28 11:20:12 +01:00
Sergio Laín
02e3a6fd77
♻️ refactor(nvim): abbrv for options 2024-02-28 11:17:08 +01:00
Sergio Laín
ce28b7659f
feat(nvim): custom root dir detection option added 2024-02-26 11:17:04 +01:00
Sergio Laín
e51a2652da
feat(nvim): add new keymap to show linters attached to current buffer 2024-02-24 01:24:24 +01:00
Sergio Laín
f3e9868129
🐛 fix(nvim): disable luasnip autocmd when inside vscode 2024-02-23 09:18:24 +01:00
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