feat: nvchad neovim config + more yeswiki git repo

This commit is contained in:
mrflos 2024-10-04 16:58:17 +03:00
parent f9ae07c2f9
commit ce4e0d543e
25 changed files with 607 additions and 218 deletions

View file

@ -0,0 +1,21 @@
-- This file needs to have same structure as nvconfig.lua
-- https://github.com/NvChad/ui/blob/v2.5/lua/nvconfig.lua
-- Please read that file to know all available options :(
---@type ChadrcConfig
local M = {}
M.base46 = {
theme = "rosepine",
}
M.ui = {
tabufline = {
enabled = false,
},
}
M.nvdash = {
load_on_startup = true,
}
return M