Changed neovim config

This commit is contained in:
hellisabove
2024-05-20 21:36:54 +03:00
parent 990b5c1095
commit aa920cc3b4
3 changed files with 1 additions and 24 deletions
-1
View File
@@ -4,7 +4,6 @@ vim.g.loaded_netrwPlugin = 1
vim.opt.termguicolors = true
require("nvim-tree").setup({
sort_by = "case-sensitive",
actions = {
open_file = {quit_on_open=true}
},