mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-12-07 09:35:37 -08:00
lots of macbook vim stuff
This commit is contained in:
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',
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user