fix: Use recommended setup for moonfly

This commit is contained in:
Sayantan Santra 2025-04-14 16:34:09 -05:00
parent bb13571b57
commit 47a4f62f7e
Signed by: SinTan1729
GPG key ID: 0538DD402EA50898
3 changed files with 20 additions and 5 deletions

View file

@ -51,11 +51,16 @@ require("lazy").setup({
},
"SirVer/ultisnips", -- For snippets
-- Support programming terms
{ "psliwka/vim-dirtytalk", build = ":DirtytalkUpdate" },
{ "psliwka/vim-dirtytalk", build = ":DirtytalkUpdate" },
-- Support academic terms
{ "ficcdaf/academic.nvim", build = ":AcademicBuild" },
{ "ficcdaf/academic.nvim", build = ":AcademicBuild" },
-- vim-moonfly theme
{ "bluz71/vim-moonfly-colors", as = "moonfly" },
{
"bluz71/vim-moonfly-colors",
name = "moonfly",
lazy = false,
priority = 1000
},
-- Rust tools
{
"mrcjkb/rustaceanvim",

View file

@ -44,7 +44,12 @@ require("lazy").setup({
-- Support programming terms
{ "psliwka/vim-dirtytalk", build = ":DirtytalkUpdate" },
-- vim-moonfly theme
{ "bluz71/vim-moonfly-colors", as = "moonfly" },
{
"bluz71/vim-moonfly-colors",
name = "moonfly",
lazy = false,
priority = 1000
},
-- Automatically add bracket pairs
"windwp/nvim-autopairs",
-- Syntax highlighting for Caddyfile

View file

@ -44,7 +44,12 @@ require("lazy").setup({
-- Support programming terms
{ "psliwka/vim-dirtytalk", build = ":DirtytalkUpdate" },
-- vim-moonfly theme
{ "bluz71/vim-moonfly-colors", as = "moonfly" },
{
"bluz71/vim-moonfly-colors",
name = "moonfly",
lazy = false,
priority = 1000
},
-- Automatically add bracket pairs
"windwp/nvim-autopairs",
-- Syntax highlighting for Caddyfile