added more netrw settings
This commit is contained in:
9
init.lua
9
init.lua
@@ -4,11 +4,14 @@
|
||||
vim.g.mapleader = ' '
|
||||
vim.g.maplocalleader = ' '
|
||||
-- Set to true if you have a Nerd Font installed and selected in the terminal
|
||||
vim.g.have_nerd_font = true
|
||||
vim.g.have_nerd_font = false
|
||||
|
||||
|
||||
vim.g.netrw_winsize = 20
|
||||
vim.g.netrw_banner = 0
|
||||
vim.g.netrw_liststyle = 3
|
||||
vim.g.netrw_banner = 1
|
||||
vim.g.netrw_altv = 1 -- Create the split of the Netrw window to the left
|
||||
vim.g.netrw_winsize = 30 -- Set the width of the "drawer"
|
||||
vim.g.netrw_browse_split = 4 -- Open files in previous window. This emulates the typical "drawer" behaviorkjk
|
||||
|
||||
-- [[Setting options]]
|
||||
-- See `:help vim.o`
|
||||
|
||||
Reference in New Issue
Block a user