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 = " " vim.g.mapleader = " "
-- bootstrap lazy and all plugins -- bootstrap lazy and all plugins

View File

@ -1,21 +1,27 @@
local M = {} local M = {}
M.ui = { M.base46 = {
lsp = {
signature = false,
},
theme = "poimandres", theme = "poimandres",
transparency = true, transparency = true,
nvdash = { }
load_on_startup = true,
header = { M.lsp = {
"|------------------------|", signature = false,
"| NOBODY FUX WITH TUX |", }
"|------------------------|",
" \\ (•◡•) / ", M.nvdash = {
" \\ / ", load_on_startup = true,
},
header = {
" ",
" ",
"|------------------------|",
"| NOBODY FUX WITH TUX |",
"|------------------------|",
" \\ (•◡•) / ",
" \\ / ",
" ",
" ",
}, },
} }