1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-09-02 12:09:07 +00:00

[neovim] Add neotest plugin

This commit is contained in:
2024-02-03 16:22:54 +01:00
parent 1499944349
commit daef32ffe8
7 changed files with 61 additions and 21 deletions

View File

@@ -3,7 +3,7 @@ vim.g.neo_tree_remove_legacy_commands = true
require("neo-tree").setup({
close_if_last_window = true,
auto_clean_after_session_restore = true,
open_files_do_not_replace_types = { "terminal", "trouble", "qf", "starter" },
open_files_do_not_replace_types = { "terminal", "Trouble", "trouble", "qf", "starter" },
popup_border_style = "rounded",
default_component_configs = {
indent = {