bunch of stuff changed

This commit is contained in:
Nikola Savic 2024-09-09 23:03:10 +02:00
parent fd0ec9aeb3
commit 07ada7bc94
3 changed files with 67 additions and 53 deletions

View file

@ -2,6 +2,7 @@ return {
{
'nvim-neo-tree/neo-tree.nvim',
branch = 'v3.x',
event = 'VimEnter',
dependencies = {
'nvim-lua/plenary.nvim',
'nvim-tree/nvim-web-devicons', -- not strictly required, but recommended
@ -48,7 +49,7 @@ return {
vim.fn.sign_define('DiagnosticSignHint', { text = '󰌵', texthl = 'DiagnosticSignHint' })
require('neo-tree').setup {
close_if_last_window = false, -- Close Neo-tree if it is the last window left in the tab
close_if_last_window = true, -- Close Neo-tree if it is the last window left in the tab
popup_border_style = 'rounded',
enable_git_status = true,
enable_diagnostics = true,