Commit graph

59 commits

Author SHA1 Message Date
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
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
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
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
a01147f661
⚙️ config(nvim): add silent and description to some keymaps 2023-12-19 14:25:33 +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
62c4d8198e
⚙️ config(nvim): add new keymap for selecting all text within a file 2023-12-07 02:29:58 +01:00
Sergio Laín
2ae5f8f696
⚙️ config(nvim): changed some keymaps for the code-info part 2023-12-05 23:31:34 +01:00
Sergio Laín
bc4328f785
⚙️ config(nvim): changed keymaps and added some others for code info 2023-12-05 12:06:38 +01:00
Sergio Laín
b279eccf16
⚙️ config(nvim): new autocmd to fix telescope issue and binding to change color variant 2023-11-30 13:20:49 +01:00
Sergio Laín
d7ec4954a4
feat(nvim): added new keymaps
copying the whole content of the file and deleting a line without copying its contents
2023-11-30 01:23:23 +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
0006a7d21c
🐛 fix(nvim): check if cinnamon plugin is loaded before overwriting movement keys 2023-11-17 00:42:27 +01:00
Sergio Laín
aa696f684c
🗑️ remove(nvim): unnecesary keymap due to lazyvim already has it 2023-11-16 18:43:50 +01:00
Sergio Laín
b2b4006ab6
🗑️ remove(nvim): redundant keymap 2023-11-16 02:18: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
5e25fdb12d
🐛 fix(nvim): lazyvim new terminal keymaps disabled 2023-10-24 00:20:00 +02:00
Sergio Laín
c4e8fe2941
♻️ refactor(nvim): big changes to the config structure
a lot of plugins are moving to the extra modules
all the keymaps are on the keys section of each plugin
which-key options are now dependant on the plugin they are in, etc
2023-10-20 15:01:41 +02:00
Sergio Laín
4ba77eeb53
🎨 ux(nvim): lualine separators and google search 2023-10-20 12:07:23 +02:00
Sergio Laín
d58bec9dc5
🐛 fix(nvim): disable default codeium keymaps 2023-10-19 20:21:14 +02:00
Sergio Laín
c2cc39d891
feat(nvim): keymap for toggling inlay hints 2023-10-19 13:36:47 +02:00
Sergio Laín
dc95858318
feat(nvim): new custom autocommands, keymaps and lazy all plugins 2023-10-19 13:19:41 +02:00
Sergio Laín
22d055119a
🗑️ remove(nvim): goto-breakpoints deleted 2023-10-18 11:55:17 +02:00
Sergio Laín
d4441b2650
feat(nvim): new plugins and changes to existing ones
git conflict, diff view and code screenshot
2023-10-17 18:07:22 +02:00
Sergio Laín
2cce8ffdc8
🐛 fix(nvim): rewrite of a lot of the config style, options and plugins
new terminal, telescope plugins moved into telescope.lua for eassier management and a lot more
2023-10-16 12:46:37 +02:00
Sergio Laín
04f30a8acd
💬 comments(nvim): node movement in treesitter 2023-10-14 22:17:26 +02:00
Sergio Laín
438af606a1
🐛 fix(nvim): changed a lot of stuff to adapt to the new 10.0 lazyvim update
the new lazyvim update was huge, especially because none-ls was moved to extras, so conform and lint
would be the default formatter-linting
2023-10-13 14:06:10 +02:00
Sergio Laín
0e9d5b6b9f
feat(nvim): binds for md preview and gitignore searching templates 2023-10-05 13:08:28 +02:00
Sergio Laín
fd1a4f6702
feat(nvim): big Changes
- Null-ls changed to none-ls
- Added keymap to see none-ls buffer info
- Lualine style changed to slanted
- Neo-tree handlers
- Spectre new keymaps
- Telescope fzf options and some keybindings
- Which-key adapted to new spectre bind changes

BREAKING CHANGE: - Null-ls changed to none-ls
2023-10-01 21:35:33 +02:00
Sergio Laín
553978feef
feat(Neovim): Plugins Changes
New Plugins and also changed some existing ones
2023-09-24 01:37:30 +02:00
Sergio Laín
f73c5747bf
Changed keymaps and nvim plugins 2023-09-20 14:07:55 +02:00
Sergio Laín
e258ad83f4
More new plugins for nvim, as well as changing some existing ones 2023-09-20 12:14:01 +02:00
Sergio Laín
dfd0e00c05
New nvim plugins 2023-09-16 13:34:12 +02:00
Sergio Laín
c8ae4279df
Changes for plugins as well as adding some to nvim. Changed the gitconfig so now it signs commits with the gpg key 2023-09-12 13:41:45 +02:00
Sergio Laín
6785775ddf Center movement keys and hardtime plugin for neovim 2023-09-10 21:16:20 +02:00
Sergio Laín
246829eabd Indent for css of waybar, deletion of ufo-nvim 2023-09-10 17:32:27 +02:00
Sergio Laín
bee52555a6 A lot of new plugins for the nvim setup. Mpv settings imported, changed binds and documented some. Atuin config imported as well 2023-09-10 14:28:17 +02:00
Sergio Laín
449177f296
New fish functions for working with repos easily and new nvim plugins: refactor and package-info 2023-08-31 12:56:14 +02:00
Sergio Laín
8c37834a4f New fish function for zi command, keybinds for lazyvim and nvim as well as changes for nvim plugins and installation of a new import cost plugin 2023-08-29 18:13:48 +02:00
Sergio Laín
4c9da68a09 New aliases, fish binds and functions. Keyb documentation for some apps. New plugins for nvim, as well as keybind changes 2023-08-27 19:12:07 +02:00