Added trouble.nix
This commit is contained in:
parent
3a084e5a31
commit
93adddcc65
2 changed files with 15 additions and 0 deletions
14
config/trouble.nix
Normal file
14
config/trouble.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
plugins.trouble = {
|
||||
enable = true;
|
||||
luaConfig.pre = ''
|
||||
opts = {
|
||||
modes = {
|
||||
lsp = {
|
||||
win = { position = "right" },
|
||||
},
|
||||
},
|
||||
}
|
||||
'';
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue