fix(nvim): smartcolumn-nvim syntax
parent
3ec0b50207
commit
4fdafeebd4
|
@ -1,4 +1,4 @@
|
||||||
require("smartcolumn").setup({
|
require("smartcolumn").setup({
|
||||||
colorcolumn = 120,
|
colorcolumn = "120",
|
||||||
disabled_filetypes = { "help", "text", "markdown", "dashboard" },
|
disabled_filetypes = { "help", "text", "markdown", "dashboard" },
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue