mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-12-07 09:35:37 -08:00
another day
This commit is contained in:
@@ -3,17 +3,13 @@ return {
|
||||
'folke/trouble.nvim',
|
||||
opts = {
|
||||
modes = {
|
||||
preview_float = {
|
||||
test = {
|
||||
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,
|
||||
relative = 'win',
|
||||
type = 'split',
|
||||
position = 'right',
|
||||
size = 0.3,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user