a bunch of neovim configuration

This commit is contained in:
ISnortPennies 2022-09-30 14:48:40 -04:00
parent 1caa58038d
commit bb2057f5d5
3 changed files with 8 additions and 27 deletions

View file

@ -33,6 +33,9 @@ vim.g.loaded_netrwPlugin = 1
require("nvim-tree").setup {
open_on_setup = true,
sort_by = "case_sensitive",
view = {
adaptive_size = true,
},
actions = {
open_file = {
quit_on_open = true,