mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-01-27 14:45:17 +00:00
* chore(nvim): remove astronvim and configs * feat(nvim): new, custom nvim configuration
8 lines
195 B
Lua
8 lines
195 B
Lua
return {
|
|
"m4xshen/smartcolumn.nvim",
|
|
opts = {
|
|
colorcolumn = { "80", "100", "120" },
|
|
disabled_filetypes = { "help", "text", "markdown", "json", "lazy", "starter", "neo-tree" },
|
|
},
|
|
}
|