Update nvim ui settings
This commit is contained in:
parent
39bad71b5b
commit
8d01f1e711
@ -1 +0,0 @@
|
||||
/home/jan/.local/share/broot/launcher/bash/1
|
@ -1,4 +0,0 @@
|
||||
|
||||
This file tells broot the installation of the br function was done.
|
||||
If there's a problem and you want to install it again run
|
||||
broot -- install
|
@ -1,9 +1,10 @@
|
||||
local function getWords()
|
||||
return vim.fn.wordcount().words
|
||||
end
|
||||
|
||||
return {
|
||||
--- statusline
|
||||
{
|
||||
"LazyVim/LazyVim",
|
||||
opts = {
|
||||
colorscheme = "catppuccin-mocha",
|
||||
},
|
||||
},
|
||||
{
|
||||
"nvim-lualine/lualine.nvim",
|
||||
event = "VeryLazy",
|
||||
@ -22,6 +23,24 @@ return {
|
||||
end,
|
||||
},
|
||||
|
||||
{
|
||||
"snacks.nvim",
|
||||
opts = {
|
||||
dashboard = {
|
||||
preset = {
|
||||
header = [[
|
||||
_ _ _ _
|
||||
| | (_) | | | |
|
||||
_ __ ___ ___ ___| |__ _ _ _ ___| |__ __ _ _ __ __| |
|
||||
| '_ ` _ \ / _ \ / _ \ '_ \| | | | / __| '_ \ / _` | '_ \ / _` |
|
||||
| | | | | | (_) | __/ |_) | | |_| \__ \ |_) | (_| | | | | (_| |
|
||||
|_| |_| |_|\___/ \___|_.__/|_|\__,_|___/_.__/ \__,_|_| |_|\__,_|
|
||||
]],
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
{
|
||||
"NvChad/nvim-colorizer.lua",
|
||||
opts = function(_, opts)
|
||||
@ -97,12 +116,6 @@ return {
|
||||
icon = " ",
|
||||
key = "n",
|
||||
},
|
||||
{
|
||||
action = "LazyExtras",
|
||||
desc = " Lazy Extras",
|
||||
icon = " ",
|
||||
key = "x",
|
||||
},
|
||||
{
|
||||
action = "Lazy",
|
||||
desc = " Lazy",
|
||||
|
Loading…
Reference in New Issue
Block a user