fix: Use recommended setup for moonfly
This commit is contained in:
parent
bb13571b57
commit
47a4f62f7e
3 changed files with 20 additions and 5 deletions
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue