setup nvim-tree
This commit is contained in:
5
lua/options.lua
Normal file
5
lua/options.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
vim.opt.guicursor = ""
|
||||
vim.opt.relativenumber = false
|
||||
vim.opt.shiftwidth = 4
|
||||
vim.g.mapleader = " "
|
||||
vim.g.maplocalleader = " "
|
||||
Reference in New Issue
Block a user