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

View File

@@ -1,14 +1,5 @@
-- config
vim.opt.guicursor = ""
vim.opt.relativenumber = false
vim.opt.shiftwidth = 4
local plugins = {
require("plugins.catppuccin")
}
-- lazy.vim
require("options")
require("keymaps")
local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim"
@@ -25,4 +16,6 @@ end
vim.opt.rtp:prepend(lazypath)
local plugins = require("plugins")
require("lazy").setup(plugins)