Commit Graph

131 Commits

Author SHA1 Message Date
970caf177d Removed scratch 2025-08-26 20:09:12 +03:00
07d085fa11 Fix terminal in nvim having a weird name thing at the top 2025-08-26 16:11:23 +03:00
0cea608f64 Disabled nvim signcolumn (gutter) 2025-08-26 16:00:02 +03:00
a6e44c040b Removed workspace diagnostics 2025-08-26 15:53:34 +03:00
80e38578de Removed vimtex 2025-08-26 15:53:30 +03:00
99e09139fe Removed vim-table-mode 2025-08-26 15:53:20 +03:00
55a87172e6 Deleted octo 2025-08-26 15:52:07 +03:00
e5ab604939 Deleted leap 2025-08-26 15:52:02 +03:00
e4c79011d8 Configure lualine 2025-08-26 15:09:16 +03:00
dfde43bc8d Set global var for colorscheme 2025-08-26 15:08:57 +03:00
e7f6681c29 Update lualine 2025-08-26 13:45:51 +03:00
39fdb6e71b Add gotmpl to treesitter 2025-08-22 00:57:37 +03:00
a71561a74a Added latex stuff 2025-08-16 18:57:52 +03:00
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