Commit Graph

552 Commits

Author SHA1 Message Date
e55cafbfeb Configured mini.ai 2025-05-03 19:02:38 +03:00
6fa6efbc9f Replaced treesitter textobjects with mini.ai 2025-05-03 19:02:00 +03:00
f13a62d3fd Changed some nvim stuff, giving a try to terminals again, added keybinds
to easily open/close the terminal and also Ctrl+HJKL to navigate
2025-05-03 16:07:54 +03:00
f3a4f45bc8 Moved lualine helper into lualine plugin 2025-05-02 22:55:42 +03:00
9ece6956a8 Updated treesitter with a bunch of cool stuff 2025-05-02 22:53:21 +03:00
4411536787 Split treesitter and treesiter-textobjects 2025-05-02 21:11:36 +03:00
abaee25d80 Added global LSP config 2025-05-02 21:08:47 +03:00
3af5e7b9af Added grug-far instead of spectre for search and replace in nvim 2025-05-02 19:52:53 +03:00
0712e89f57 Refactored extra code into autocmds, user commands and extra 2025-05-02 19:52:17 +03:00
41252961ed Fixed pasting issue 2025-05-02 18:39:09 +03:00
85f647fea4 Changed some keymaps/options from lazyvim 2025-05-02 18:37:01 +03:00
8328f842e7 Fixed blankline not working when tab is used 2025-05-02 17:38:12 +03:00
61f2901c9f Fixed lua_ls not loading 2025-05-02 16:53:22 +03:00
9dd0dcfb5a Added github actions lsp 2025-05-01 20:10:53 +03:00
04494ef63d Added LspInfo/LspLog commands from nvim-lspconfig 2025-05-01 19:31:12 +03:00
5e613535a6 Added css vars lang server 2025-05-01 19:30:59 +03:00
01b676e10a Removed all the unused plugins from lazy lock 2025-05-01 18:55:10 +03:00
8c2fb62690 Removed mason 2025-05-01 18:55:00 +03:00
f5f19a6d4c Removed dbee, it's cool but I am not using it, will re-add if needed 2025-05-01 18:43:09 +03:00
4d6f3f1d38 Removed nvim-java, will re-add when I do java, removed code playground
bcz I won't use it and removed a fixme bcz past me said to remove it but
idk if I should've removed it
2025-05-01 18:40:55 +03:00
88bd0449ed Removed dap as it's not used, will add it if I start needing a debugger 2025-05-01 18:40:18 +03:00
522fd07b1d Removed activity watcher and removed some useless stuff from alpha nvim
dashboard
2025-05-01 18:21:49 +03:00
05dd99ccaf Fixed octo.nvim to work with snacks 2025-05-01 17:25:23 +03:00
fa73efd6ab Removed a bunch of unneeded plugins 2025-05-01 16:59:17 +03:00
5b6799fa0e Removed buffer-vacuum as it was causing with issues with oil and other
plugins, see: https://github.com/stevearc/oil.nvim/issues/624
2025-05-01 16:58:29 +03:00
09f2f9f74b Markdown-toggle plugin is now lazy loaded 2025-05-01 16:53:02 +03:00
9a53ba17c0 Fixed harpoon keybinds of 6+ not working unless already loaded 2025-05-01 16:52:23 +03:00
19c2b2e8bb Deleted a bunch of unneeded files 2025-05-01 14:08:52 +03:00
a070aee731 Disabled example todos so they don't show up in the list 2025-05-01 12:39:49 +03:00
cbc300023c TODOs now show even if inside hidden/symlinked files 2025-05-01 12:33:16 +03:00
c9977ec0de Updated nvim 2025-05-01 12:32:27 +03:00
d6415a9301 Removed lspconfig, migrated old lua/go snippets to new snippets format 2025-04-29 19:14:35 +03:00
8ad80a4040 Changed commit completion trigger from : to ~ bcz it was annoying 2025-04-29 17:35:47 +03:00
ed5c4406a9 Configured nvim blink-cmp plugin, a few notes:
Added nvim-scissors to make snippets easier to configure
Added colorful-menu to make completions cooler (more like
IntelliJ/vsc*de), disabled for now until carbonight has colors for it
Removed nvim-cmp
Installed jq for formatting json snippets
2025-04-29 17:30:08 +03:00
0e692de135 Fixed bug where lsp wouldn't work between nvim restarts 2025-04-27 21:26:36 +03:00
101076d9a9 Re-added indent-blankline instead of snacks and also disabled snacks
bigfile
2025-04-27 21:20:38 +03:00
21107f040b Massive nvim refactor, migrated from nvim-lspconfig to NVIM 0.11 lsp/*
also migrated most LSP clients to nix rather than mason
2025-04-27 14:12:18 +03:00
49be66e67a Experimenting with searching thru nvim (wit) and also running commands
using noice
2025-04-26 18:20:23 +03:00
ccdf0d4594 Added noice.nvim, might change some of the settings later 2025-04-26 13:58:36 +03:00
f49c9899d1 Color highlighting in nvim now works immediately (no need to "refresh"
the buffer)
2025-04-26 13:09:25 +03:00
4b9daf2aca Deleted a bunch of unneeded nvim plugins and changed some nvim plugins 2025-04-25 23:30:19 +03:00
fa2ff53113 Reverted back to alpha dashboard cuz I cba to configure it, and I have
auto sessions so I only see it if using `nvim` in ~/ and I do like alpha
having random programming quotes
2025-04-25 21:24:18 +03:00
c553fed05d Refactored auto-session for nvim, added snacks dashboard, not configured
yet
2025-04-25 21:19:08 +03:00
73ebdfffcf Added to todo-comments search pattern just in case
For reference: https://github.com/folke/todo-comments.nvim/pull/180
2025-04-25 20:19:03 +03:00
5bee06565a Todo comment in nvim now support TODO(author): syntax 2025-04-25 20:01:58 +03:00
a7eb6600c4 Added snacks terminal although I don't like it, I tried in the past some
terminal plugins and I found them very lacking, I'll do more research tmr
2025-04-25 00:09:04 +03:00
018350e552 Added snacks input and added scratch buffer + ability to delete scratch
buffers
2025-04-24 23:44:37 +03:00
02b5384802 Added snacks quickfile and LSP file-rename in oil 2025-04-24 20:49:57 +03:00
67a4bc03ac Replaced telescope and trouble with snacks picker 2025-04-24 20:34:48 +03:00
1ccaffed4d Added snacks bigfile to disable some stuff in big files so it actually
loads
2025-04-24 15:26:52 +03:00