Commit Graph

118 Commits

Author SHA1 Message Date
a9d64ff847 Disabled golangci-lint bcz it crashed again 2025-08-08 19:34:25 +03:00
3452feadb2 Removed bug from error highlights 2025-08-06 00:05:56 +03:00
de2afae282 <leader>sn now shows only "note" types instead of everything (todo +
note)
2025-08-02 17:05:05 +03:00
dc3c9ef2f6 Fixed terminal not opening in oil buffers 2025-08-02 17:04:53 +03:00
f95f12b203 Configured clangd settings 2025-08-02 17:04:19 +03:00
f1c40fbd66 Configured todo comments in nvim 2025-08-01 15:32:37 +03:00
6403801f5e Disabled clang format (clangd lsp still formats, need to fix it) 2025-08-01 13:05:57 +03:00
b71f7fa7f5 Added <leader>gh for git history 2025-08-01 13:05:38 +03:00
f61cb3e0a3 Added lazy loading of neogit from commands 2025-08-01 13:05:04 +03:00
572ab7de4a Added treesitter comment highlights for TODO/FIXME/NOTE etc 2025-08-01 13:04:34 +03:00
1717641ed2 Added conflict highlighting in nvim 2025-07-30 18:27:42 +03:00
fc6d846a0c Deleted a bunch of stuff I didn't need from nvim config 2025-07-30 16:31:00 +03:00
cad52520a2 Fixed the annoying session issue by not calling snacks dashboard (and
for some reason it just works and still opens the dashboard, so maybe
the issue was double initialization?)
2025-07-24 19:06:48 +03:00
c34da31a33 Added neocodeium 2025-07-24 19:06:26 +03:00
c475d014bc De-prioritized snippet autocompletions 2025-07-11 12:18:51 +03:00
0265f004f3 Added <leader>fa for find all files in snacks 2025-07-11 12:18:32 +03:00
b5c88a8f2b Added workspace diagnostics to fix a nvim issue where it only shows
diagnostics for opened buffers
2025-07-11 12:16:42 +03:00
7df31ae0c3 Updated nvim 2025-06-18 17:36:54 +03:00
92e42eb3a3 Added (disabled) vim-table-mode 2025-06-12 10:55:00 +03:00
b79e936505 Renamed diary to grimoire 2025-06-05 00:38:09 +03:00
bed52665a3 Changed java root dir markers 2025-05-27 14:11:55 +03:00
3bae42049a Initial setup for java development in NVIM 2025-05-27 13:23:32 +03:00
620ddd9d02 Removed golangcilint cuz it crashed a bunch 2025-05-22 19:19:04 +03:00
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
cf405980ff Declaratively list all the treesitter parsers I use 2025-05-03 19:56:10 +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
8328f842e7 Fixed blankline not working when tab is used 2025-05-02 17:38:12 +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