update nvim

This commit is contained in:
2024-10-02 06:19:03 +05:30
parent 58fd2639f7
commit 1f1930da4e
2 changed files with 20 additions and 14 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,21 +1,27 @@
local M = {}
M.ui = {
lsp = {
signature = false,
},
M.base46 = {
theme = "poimandres",
transparency = true,
nvdash = {
load_on_startup = true,
}
header = {
"|------------------------|",
"| NOBODY FUX WITH TUX |",
"|------------------------|",
" \\ (•◡•) / ",
" \\ / ",
},
M.lsp = {
signature = false,
}
M.nvdash = {
load_on_startup = true,
header = {
" ",
" ",
"|------------------------|",
"| NOBODY FUX WITH TUX |",
"|------------------------|",
" \\ (•◡•) / ",
" \\ / ",
" ",
" ",
},
}