Ivar Fatland
1d5b00c987
remove roslyn
2026-05-08 10:17:58 +02:00
Ivar Fatland
17262dbed1
Revert "remove copilot"
...
This reverts commit 7fce0620b2 .
2026-05-06 12:32:47 +02:00
Ivar Fatland
7781df05db
paramref
2026-05-06 12:32:33 +02:00
Ivar Fatland
7fce0620b2
remove copilot
2026-05-01 17:34:10 +02:00
Ivar Fatland
4a16dead66
new cs snippets
2026-04-29 14:33:37 +02:00
Ivar Fatland
fca3b13209
remove cabbrev. it was messing with things
2026-04-28 21:10:46 +02:00
Ivar Fatland
38099ee55d
use tree-sitter-manager.nvim
2026-04-28 20:55:14 +02:00
Ivar Fatland
fd2dc8c345
latest
2026-04-27 13:18:46 +02:00
Ivar Fatland
cff5802ec9
register c#
2026-04-27 07:50:35 +02:00
Ivar Fatland
ddfd79d32f
slight improvement in error format... kinda...
2026-04-26 22:47:07 +02:00
Ivar Fatland
9c513dae2c
register rust parser
2026-04-26 22:07:03 +02:00
Ivar Fatland
85bd7dfae3
disable STUPID default filetype plugins
...
The STUPID default rust plugin overwrites makeprg, which I have
specifically set to what I want it to be forever
2026-04-26 12:23:24 +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
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
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
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
Ivar Fatland
0707112c56
retab and cleanup
2026-04-18 13:17:17 +02:00