lots of macbook vim stuff
This commit is contained in:
parent
5b483a9db7
commit
feb59d91c5
20 changed files with 267 additions and 226 deletions
23
lua/plugins/trouble.lua
Normal file
23
lua/plugins/trouble.lua
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
return {
|
||||
{
|
||||
'folke/trouble.nvim',
|
||||
opts = {
|
||||
modes = {
|
||||
preview_float = {
|
||||
mode = 'diagnostics',
|
||||
preview = {
|
||||
type = 'float',
|
||||
relative = 'editor',
|
||||
border = 'rounded',
|
||||
title = 'Preview',
|
||||
title_pos = 'center',
|
||||
position = { 0, -2 },
|
||||
size = { width = 0.3, height = 0.3 },
|
||||
zindex = 200,
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
cmd = 'Trouble',
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue