Add smartcolumn and rest-nvim

This commit is contained in:
2023-12-01 15:28:11 -05:00
parent 06140480ad
commit 8398b9422a
3 changed files with 33 additions and 3 deletions

View File

@@ -0,0 +1,7 @@
return {
"m4xshen/smartcolumn.nvim",
opts = {
disabled_filetypes = { "help", "text", "markdown", "dashboard" },
colorcolumn = "120",
},
}