summaryrefslogtreecommitdiff
path: root/.config/nvim/lua/getchoo/config.lua
diff options
context:
space:
mode:
authorseth <[email protected]>2022-09-04 11:25:30 -0400
committerseth <[email protected]>2022-09-12 13:41:45 -0400
commit3055aef4801064c2b5247a1696293c1b87693d13 (patch)
tree2d571ea75b7ab79c3137e630dab830ab8e3b8ae3 /.config/nvim/lua/getchoo/config.lua
parenta3f264ae81ea7596f72b7d06fe577ff2dee2dd91 (diff)
bop
Diffstat (limited to '.config/nvim/lua/getchoo/config.lua')
-rw-r--r--.config/nvim/lua/getchoo/config.lua25
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",