From f8a4587665cdb4d24aaa3512c10b0c32a060bc4b Mon Sep 17 00:00:00 2001 From: Rue Coimbra <69476182+Rue0612@users.noreply.github.com> Date: Mon, 27 Oct 2025 01:27:44 -0300 Subject: [PATCH] Changed neo-tree to float --- init.lua | 2 +- lua/kickstart/plugins/neo-tree.lua | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/init.lua b/init.lua index de793bc9..7113db7d 100644 --- a/init.lua +++ b/init.lua @@ -418,7 +418,7 @@ require('lazy').setup({ -- language (such as `gopls`, `lua_ls`, `rust_analyzer`, etc.). These Language Servers -- (sometimes called LSP servers, but that's kind of like ATM Machine) are standalone -- processes that communicate with some "client" - in this case, Neovim! - -- + --" -- LSP provides Neovim with features like: -- - Go to definition -- - Find references diff --git a/lua/kickstart/plugins/neo-tree.lua b/lua/kickstart/plugins/neo-tree.lua index c7067891..d3dc9acc 100644 --- a/lua/kickstart/plugins/neo-tree.lua +++ b/lua/kickstart/plugins/neo-tree.lua @@ -16,10 +16,12 @@ return { opts = { filesystem = { window = { + position = 'float', mappings = { ['\\'] = 'close_window', }, }, }, + popup_border_syle = 'rounded', }, }