Merge branch 'gh-main'

This commit is contained in:
salomaestro
2024-10-11 16:07:08 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
vim.g.base46_cache = vim.fn.stdpath "data" .. "/nvchad/base46/"
vim.g.base46_cache = vim.fn.stdpath "data" .. "/base46/"
vim.g.mapleader = " "
-- bootstrap lazy and all plugins

View File

@@ -1,5 +1,5 @@
-- This file needs to have same structure as nvconfig.lua
-- https://github.com/NvChad/ui/blob/v2.5/lua/nvconfig.lua
-- https://github.com/NvChad/ui/blob/v3.0/lua/nvconfig.lua
-- Please read that file to know all available options :(
---@type ChadrcConfig