seperate neovide config

This commit is contained in:
2024-03-22 10:53:34 +05:30
parent be44073ccb
commit a37c7a2631
6 changed files with 42 additions and 22 deletions

View File

@ -17,6 +17,14 @@ local plugins = {
"williamboman/mason.nvim",
opts = overrides.mason,
},
{
"nvim-telescope/telescope.nvim",
opts = {
defaults = {
winblend = 0,
},
},
},
{
"David-Kunz/gen.nvim",
lazy = false,