seperate neovide config

This commit is contained in:
2024-03-22 10:53:34 +05:30
parent be44073ccb
commit a37c7a2631
6 changed files with 42 additions and 22 deletions

View File

@ -7,9 +7,16 @@ local opts = {
},
},
presets = {
long_message_to_split = true, -- long messages will be sent to a split
inc_rename = false, -- enables an input dialog for inc-rename.nvim
lsp_doc_border = false, -- add a border to hover docs and signature help
long_message_to_split = true,
inc_rename = false,
lsp_doc_border = false,
},
views = {
mini = {
win_options = {
winblend = 0,
},
},
},
}