mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2025-07-01 19:49:25 +00:00
[neovim] Updates
This commit is contained in:
@ -9,10 +9,10 @@ lsp_saga.setup({
|
||||
code_action_icon = "",
|
||||
},
|
||||
preview = {
|
||||
lines_above = 5,
|
||||
lines_above = 6,
|
||||
},
|
||||
outline = {
|
||||
win_width = 45,
|
||||
win_width = 55,
|
||||
auto_preview = false,
|
||||
},
|
||||
symbol_in_winbar = {
|
||||
|
@ -7,7 +7,8 @@ vim.g.neo_tree_remove_legacy_commands = true
|
||||
|
||||
neotree.setup({
|
||||
close_if_last_window = true,
|
||||
open_files_do_not_replace_filetypes = { "terminal", "trouble", "qf", "starter" }, -- when opening files, do not use windows containing these filetypes
|
||||
auto_clean_after_session_restore = true,
|
||||
open_files_do_not_replace_filetypes = { "terminal", "trouble", "qf", "starter" },
|
||||
popup_border_style = "rounded",
|
||||
default_component_configs = {
|
||||
indent = {
|
||||
|
Reference in New Issue
Block a user