nvim: ignore column length in dashboard

dev-docs
Moritz Böhme 2023-02-28 14:12:14 +01:00
parent c7fabe4eab
commit 67271f3ab9
1 changed files with 1 additions and 0 deletions

View File

@ -490,4 +490,5 @@ wk.register({
require("smartcolumn").setup({
colorcolumn = 120,
disabled_filetypes = { "help", "text", "markdown", "dashboard" },
})