mirror of
https://github.com/morten-olsen/astrovim.git
synced 2026-02-08 01:46:27 +01:00
12 lines
229 B
Lua
12 lines
229 B
Lua
return {
|
|
"AstroNvim/astrocommunity",
|
|
{ import = "astrocommunity.editing-support/zen-mode-nvim" },
|
|
{
|
|
"m4xshen/smartcolumn.nvim",
|
|
opts = {
|
|
colorcolumn = 120,
|
|
disabled_filetypes = { "help" },
|
|
},
|
|
},
|
|
}
|