feat(nvim): no empty buffers, no volar, no .git

This commit is contained in:
mrflos 2024-10-09 16:40:22 +03:00
parent 5a3d9a1d31
commit 0299545228
3 changed files with 39 additions and 4 deletions

View file

@ -1,6 +1,6 @@
-- This file needs to have same structure as nvconfig.lua
-- This file needs to have same structure as nvconfig.lua
-- https://github.com/NvChad/ui/blob/v3.0/lua/nvconfig.lua
-- Please read that file to know all available options :(
-- Please read that file to know all available options :(
---@type ChadrcConfig
local M = {}
@ -16,6 +16,6 @@ M.ui = {
}
M.nvdash = {
load_on_startup = true,
load_on_startup = false,
}
return M