From d3f7abc4c835e7d9db82b22116da359a8523630a Mon Sep 17 00:00:00 2001 From: triethyl Date: Fri, 11 Jul 2025 08:57:30 -0400 Subject: working on custom neovim Former-commit-id: a23d09a0f35e3bb18f6d979b0e696e0b613c7dff --- pkgs/custom-neovim/config/lua/plugins/dashboard.lua | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 pkgs/custom-neovim/config/lua/plugins/dashboard.lua (limited to 'pkgs/custom-neovim/config/lua/plugins/dashboard.lua') diff --git a/pkgs/custom-neovim/config/lua/plugins/dashboard.lua b/pkgs/custom-neovim/config/lua/plugins/dashboard.lua deleted file mode 100644 index f8458c9..0000000 --- a/pkgs/custom-neovim/config/lua/plugins/dashboard.lua +++ /dev/null @@ -1,15 +0,0 @@ -require('dashboard').setup { - theme = "doom", - config = { - header = art.misc.hydra, - center = { - { - icon = " ", - desc = "Find file", - key = "f", - action = ":cd $HOME | Telescope find_files", - }, - }, - vertical_center = true, - }, -} -- cgit v1.2.3