mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-07-06 13:06:35 +05:30
update nvim
This commit is contained in:
@ -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
|
||||||
|
@ -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 |",
|
||||||
|
"|------------------------|",
|
||||||
|
" \\ (•◡•) / ",
|
||||||
|
" \\ / ",
|
||||||
|
" ",
|
||||||
|
" ",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user