mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
a bunch of neovim configuration
This commit is contained in:
parent
1caa58038d
commit
bb2057f5d5
3 changed files with 8 additions and 27 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue