Removed trouble config as it didn't do anything

This commit is contained in:
EsVagy42 2026-03-11 21:19:53 +01:00
parent 4cc465d29c
commit af3c62310e

View file

@ -1,14 +1,5 @@
{ {
plugins.trouble = { plugins.trouble = {
enable = true; enable = true;
luaConfig.pre = ''
opts = {
modes = {
lsp = {
win = { position = "right" },
},
},
}
'';
}; };
} }