mirror of
https://github.com/morten-olsen/astrovim.git
synced 2026-02-08 01:46:27 +01:00
init
This commit is contained in:
11
plugins/ui.lua
Normal file
11
plugins/ui.lua
Normal file
@@ -0,0 +1,11 @@
|
||||
return {
|
||||
"AstroNvim/astrocommunity",
|
||||
{ import = "astrocommunity.editing-support/zen-mode-nvim" },
|
||||
{
|
||||
"m4xshen/smartcolumn.nvim",
|
||||
opts = {
|
||||
colorcolumn = 120,
|
||||
disabled_filetypes = { "help" },
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user