setup nvim-tree

This commit is contained in:
2025-09-11 15:36:02 +02:00
parent 9c8ca2225d
commit 95709eb068
5 changed files with 49 additions and 11 deletions

5
lua/options.lua Normal file
View File

@@ -0,0 +1,5 @@
vim.opt.guicursor = ""
vim.opt.relativenumber = false
vim.opt.shiftwidth = 4
vim.g.mapleader = " "
vim.g.maplocalleader = " "