Commit graph

44 commits

Author SHA1 Message Date
Sergio Laín
3f17b986b7
🗑️ remove(nvim): icon for which-key groups 2023-12-26 10:45:44 +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
bc7a5cb68e
🚀 perf(nvim): dressng is now only a dependency for icon picker 2023-12-14 11:26:14 +01:00
Sergio Laín
4b18be1e24
🎨 ux(nvim): now using dressing instead of telescope ui select 2023-12-14 00:11:20 +01:00
Sergio Laín
abbfaa0eba
🎨 ux(nvim): added light and dark variant to catppuccin theme 2023-11-30 13:22:53 +01:00
Sergio Laín
0cc4bd5e7d
🎨 ux(nvim): changed dressing to telescope window by default 2023-11-29 10:46:37 +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
506917ede5
♻️ refactor(nvim): added telescope extensions as individual extras for more modularity 2023-11-25 18:32:17 +01:00
Sergio Laín
1d7cc9c1d0
♻️ refactor(nvim): breakpoints new bindings to adapt to the print extra added earlier 2023-11-19 02:54:42 +01:00
Sergio Laín
1f3304b0ac
⚙️ config(nvim): binding changes 2023-11-17 14:40:02 +01:00
Sergio Laín
25722f99bd
⬆️ deps(nvim): nerd fonts are now a part of cmp, instead of a telescope search 2023-11-16 02:16:49 +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
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
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
Sergio Laín
0573f07171
🚀 perf(nvim): cmd mappings and some overriding code 2023-10-24 00:42:54 +02:00
Sergio Laín
580e839fb6
feat(nvim): floaterm as default terminal instead of toggleterm
had some problem with toggleterm so now floaterm is my new best friend. it needs some testing and
mappings but now is really functional
2023-10-22 18:43:34 +02:00
Sergio Laín
47d110fbfe
🐛 fix(nvim): keymaps now showing up for some plugins 2023-10-21 01:00:28 +02:00
Sergio Laín
6221348c88
feat(nvim): bug changes for nvim config organizing 2023-10-20 20:44:58 +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
a0f144ae20
♻️ refactor(nvim): changed package info as a cmp dependency, and nvim updates 2023-10-18 18:59:04 +02:00
Sergio Laín
63ad71209a
♻️ refactor(nvim): readme changed to preview the new plugins, git and github are now extras for easy enabling/disabling 2023-10-18 13:27:40 +02:00
Sergio Laín
0d25f53077
♻️ refactor(nvim): changed worktree and dap plugins to be dependencies of telescope instead of single files
now, we have less garbage open at startup
also did cleaning of the default options of lazy that i didnt touch, now there are only my edits
2023-10-18 11:59:29 +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
fc4075c383
♻️ refactor(nvim): cleaning some redundant code 2023-10-16 18:57:41 +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
1f38692ec8
🐛 fix(nvim): install fzf for telescope by default if make is available 2023-10-10 10:50:10 +02:00
Sergio Laín
214c5ae44b
💄 style(nvim): stylua formatting with 2 spaces 2023-10-08 17:13:22 +02:00
Sergio Laín
42a7c0c3b1
🗑️ remove(nvim): telescope config comments 2023-10-07 23:03:27 +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
11a5f7f2a7
neo-tree bindings, omnisharp and telescope binds 2023-09-28 18:56:40 +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
af0c5c0825
Changed the binds for telescope and cmp as well as adding fzf native for telescope 2023-09-21 17:43:35 +02:00
Sergio Laín
ba377517f8
New nvim plugins as well as change to some existing ones 2023-09-19 10:31:59 +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
Sergio Laín
9b4d32130a Reconfiguration of nvim and fish changes 2023-08-23 18:07:54 +02:00
Sergio Laín
3c1d7927a0 nvim changes to plugins 2023-08-15 14:07:18 +02:00
Sergio Laín
2af6165f8d nvim plugins and changes, neovide config and some hyprland changes for binds as well other misc things 2023-08-12 13:22:32 +02:00
Sergio Laín
18fdc3d086 new nvim plugins, modified some other stuff of the existing plugins; deleting plugins for xplr 2023-08-10 16:56:07 +02:00