diff options
Diffstat (limited to '.config/nvim/lua/getchoo/config.lua')
| -rw-r--r-- | .config/nvim/lua/getchoo/config.lua | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/.config/nvim/lua/getchoo/config.lua b/.config/nvim/lua/getchoo/config.lua index 529dade..150ebcb 100644 --- a/.config/nvim/lua/getchoo/config.lua +++ b/.config/nvim/lua/getchoo/config.lua @@ -12,31 +12,6 @@ M.bufferline = { semantic_letters = true, } -local db = require("dashboard") -db.custom_center = { - { - desc = "find a file", - action = "Telescope fd", - }, - { - desc = "update plugins", - action = "PackerSync", - }, - { - desc = "update treesitter parsers", - actions = "TSUpdate", - }, -} - -db.custom_header = { - " ███╗ ██╗ ███████╗ ██████╗ ██╗ ██╗ ██╗ ███╗ ███╗", - " ████╗ ██║ ██╔════╝██╔═══██╗ ██║ ██║ ██║ ████╗ ████║", - " ██╔██╗ ██║ █████╗ ██║ ██║ ██║ ██║ ██║ ██╔████╔██║", - " ██║╚██╗██║ ██╔══╝ ██║ ██║ ╚██╗ ██╔╝ ██║ ██║╚██╔╝██║", - " ██║ ╚████║ ███████╗╚██████╔╝ ╚████╔╝ ██║ ██║ ╚═╝ ██║", - " ╚═╝ ╚═══╝ ╚══════╝ ╚═════╝ ╚═══╝ ╚═╝ ╚═╝ ╚═╝", -} - M.lualine = { options = { theme = "nord", |
