nvim: ignore column length in dashboard
parent
c7fabe4eab
commit
67271f3ab9
|
@ -490,4 +490,5 @@ wk.register({
|
||||||
|
|
||||||
require("smartcolumn").setup({
|
require("smartcolumn").setup({
|
||||||
colorcolumn = 120,
|
colorcolumn = 120,
|
||||||
|
disabled_filetypes = { "help", "text", "markdown", "dashboard" },
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue