Commit Graph

734 Commits

Author SHA1 Message Date
Ivar Fatland 8aae98df2d let me move applications across displays 2026-04-26 11:17:41 +02:00
Ivar Fatland 68b5299c8b remove the custom launcher thing 2026-04-25 23:06:26 +02:00
roodletoof ef5903a3c7 remove tresitter again 2026-04-25 00:45:44 +02:00
roodletoof b12dc79687 use mason codelldb instead 2026-04-25 00:45:34 +02:00
roodletoof 696ba92dad golang compatible errorformat 2026-04-23 18:03:44 +02:00
roodletoof 9deed44c95 add in stupid fix again 2026-04-23 17:49:03 +02:00
roodletoof f42a720fa5 no dap virtual text 2026-04-23 17:41:48 +02:00
roodletoof 26971148ff Revert "remove treesitter"
This reverts commit a4ee9f859c.
2026-04-23 17:41:26 +02:00
roodletoof 0c518b17f2 Revert "force cs parser"
This reverts commit ac0e9c3c74.
2026-04-23 17:40:55 +02:00
Ivar Fatland ac0e9c3c74 force cs parser
temporary fix. make better solution when at home
2026-04-23 16:45:11 +02:00
Ivar Fatland 96e0e9f719 Merge branch 'master' of github.com:roodletoof/dotfiles 2026-04-23 09:11:26 +02:00
Ivar Fatland cbe6428d1a error format for something. idk what. python maybe 2026-04-23 09:11:01 +02:00
roodletoof 72f6587568 better dap 2026-04-22 23:47:39 +02:00
roodletoof c98a3f9982 delete custom queries 2026-04-22 22:31:17 +02:00
roodletoof 3545164311 markdown injection 2026-04-22 22:11:16 +02:00
roodletoof a4ee9f859c remove treesitter 2026-04-22 22:11:02 +02:00
roodletoof 94aa2b0af5 add errorformat without column 2026-04-22 21:27:13 +02:00
roodletoof b341897943 TEMP: IDK 2026-04-22 21:27:02 +02:00
roodletoof ecd7eb1e9d Revert "remove qflist hack"
This reverts commit 88b4ed602b.
2026-04-22 20:52:47 +02:00
roodletoof ca743712bb latest 2026-04-22 19:05:24 +02:00
Ivar Fatland d99f3e27a1 idk, apparently this errorformat matches c# test cases 2026-04-22 14:38:25 +02:00
Ivar Fatland 4cd4db3504 pick the solution file with the shortest path string automatically
did this so that whichever solution file is in pwd will be picked
2026-04-22 14:38:08 +02:00
Ivar Fatland 3a2cb6a3fc sort diagnostics in sidebar by severity 2026-04-22 12:31:47 +02:00
Ivar Fatland 35f3e00480 append instaed of prepend 2026-04-22 12:18:35 +02:00
Ivar Fatland 11e6acfc0d move cs error format to start 2026-04-22 12:18:14 +02:00
Ivar Fatland 433e309c20 add c# errorformat to general 2026-04-22 12:17:45 +02:00
Ivar Fatland 9cb4b145a7 escape vim.cmd string 2026-04-22 12:17:10 +02:00
Ivar Fatland 88b4ed602b remove qflist hack 2026-04-22 10:58:48 +02:00
Ivar Fatland e6f03373a0 make just abbreviation for make 2026-04-21 09:41:50 +02:00
roodletoof 5dbc80a1d4 make shortcut 2026-04-20 22:15:03 +02:00
roodletoof 8125b71659 remove ignorecase 2026-04-20 22:12:36 +02:00
Ivar Fatland b39eb32e97 join all following arguments to a single query if an argument is provided 2026-04-20 14:47:13 +02:00
Ivar Fatland 732cb0802e dunno 2026-04-20 13:51:42 +02:00
Ivar Fatland 65817ca100 Merge branch 'master' of github.com:roodletoof/dotfiles 2026-04-20 13:51:10 +02:00
Ivar Fatland 5d252044b8 Revert "remove karabiner config"
This reverts commit 51c7f561cd.
2026-04-20 13:04:26 +02:00
roodletoof 4767a339c4 Back to gomono until the public key used for ComicCode is in the repo
This reverts commit f2affbb9f1.
2026-04-19 19:45:40 +02:00
Ivar Fatland 847844e9f3 Reapply "bugfix: crashing treesitter"
This reverts commit 6d974cff46.
2026-04-18 18:52:37 +02:00
Ivar Fatland 6d974cff46 Revert "bugfix: crashing treesitter"
This reverts commit d24946e94b.
2026-04-18 18:34:21 +02:00
Ivar Fatland 33ce9addb4 retab 2026-04-18 18:33:57 +02:00
Ivar Fatland 6d7b46765c ignore warning on monkeypatch for debug information
I overwrote debug.traceback to populate the quickfixlist so I can see
where actual bugs happen. The type checker is complaining a bit so I
just ignore it for now. It is a super scuffed solution anyways
2026-04-18 16:17:54 +02:00
Ivar Fatland a876af8380 indent file by 4 spaces 2026-04-18 16:15:43 +02:00
Ivar Fatland d24946e94b bugfix: crashing treesitter
I don't know much about this treesitter node stuff, but it was
attempting to call range, which happened to be a nil value, crashing
treesitter. Check that range is not a nil value of node on callsite and
did early return to resolve the issue
2026-04-18 16:15:27 +02:00
Ivar Fatland c5de994706 remove whitespace 2026-04-18 16:08:35 +02:00
Ivar Fatland ee62fe23d5 have filetype icons in the telescope view 2026-04-18 16:02:33 +02:00
Ivar Fatland fda3eeba9b patch comic code with nerd fonts and set it as the font family in alacritty 2026-04-18 15:57:14 +02:00
Ivar Fatland ab1c585180 add font to repo 2026-04-18 15:42:06 +02:00
Ivar Fatland f2affbb9f1 back to comic code
This reverts commit 350947477e.

Revert "change the font to GoMono Nerd Font"

This reverts commit e4aef2241d.
2026-04-18 13:59:05 +02:00
Ivar Fatland 58af031619 change back colorscheme to everforest
This reverts commit ac9e28e5ee.

Revert "use the cattpuccin plugin instead. the colorscheme is currently
only in the latest nvim version"

This reverts commit 99036c49e5.
2026-04-18 13:55:24 +02:00
Ivar Fatland 2721da8b81 get qflist on errors with message as well 2026-04-18 13:51:11 +02:00
Ivar Fatland f609b268ca remove some deprecated code 2026-04-18 13:51:01 +02:00