diff --git a/dot_config/broot/launcher/bash/br b/dot_config/broot/launcher/bash/br deleted file mode 120000 index 394eaed..0000000 --- a/dot_config/broot/launcher/bash/br +++ /dev/null @@ -1 +0,0 @@ -/home/jan/.local/share/broot/launcher/bash/1 \ No newline at end of file diff --git a/dot_config/broot/launcher/installed-v4 b/dot_config/broot/launcher/installed-v4 deleted file mode 100644 index 3f026af..0000000 --- a/dot_config/broot/launcher/installed-v4 +++ /dev/null @@ -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 diff --git a/dot_config/nvim/lua/plugins/ui.lua b/dot_config/nvim/lua/plugins/ui.lua index 248627c..60539b6 100644 --- a/dot_config/nvim/lua/plugins/ui.lua +++ b/dot_config/nvim/lua/plugins/ui.lua @@ -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",