diff --git a/.config/nvim/lua/plugins/dash.lua b/.config/nvim/lua/plugins/dash.lua index f7171607..d3c856b8 100644 --- a/.config/nvim/lua/plugins/dash.lua +++ b/.config/nvim/lua/plugins/dash.lua @@ -3,7 +3,6 @@ local function gen_header() return h end local function get_haiku() - -- local h = vim.fn.system("fortune issa-haiku") local h = vim.fn.system("fortune -s computers linux") return h end