Add smartcolumn and rest-nvim
This commit is contained in:
7
lua/plugins/smartcolumn.lua
Normal file
7
lua/plugins/smartcolumn.lua
Normal file
@@ -0,0 +1,7 @@
|
||||
return {
|
||||
"m4xshen/smartcolumn.nvim",
|
||||
opts = {
|
||||
disabled_filetypes = { "help", "text", "markdown", "dashboard" },
|
||||
colorcolumn = "120",
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user