ffaf12680f
Replaced treewalker with iswap which works better (like keeping
...
whitespace for cases like switch statements)
2025-05-07 20:05:04 +03:00
1f99b3c587
Added treewalker to swap function args/params etc, might switch to:
...
https://github.com/mizlan/iswap.nvim later on bcz it seems better
2025-05-07 19:51:02 +03:00
2a210c153d
Configured nvim-autopairs, it's not great but alternatives like
...
blink.pairs is not developed enough, maybe next year
2025-05-04 17:49:41 +03:00
8dbf1b9629
Riced up my nvim dashboard (and colorschemes now change based on cwd)
2025-05-04 17:00:43 +03:00
747fa04bb8
Added ffmpeg
2025-05-03 20:19:05 +03:00
e67de9d80a
Updated neogit to fix issue where highlight groups would get fucked up
...
if I commit -> push -> quit too fast
2025-05-03 19:57:11 +03:00
cf405980ff
Declaratively list all the treesitter parsers I use
2025-05-03 19:56:10 +03:00
0f8314f4c1
Updated nvim plugins
2025-05-03 19:03:24 +03:00
4d3c4b5ecd
A few small changes to nvim config
2025-05-03 19:03:16 +03:00
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