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
|
"SirVer/ultisnips", -- For snippets
|
||||||
-- Support programming terms
|
-- Support programming terms
|
||||||
{ "psliwka/vim-dirtytalk", build = ":DirtytalkUpdate" },
|
{ "psliwka/vim-dirtytalk", build = ":DirtytalkUpdate" },
|
||||||
-- Support academic terms
|
-- Support academic terms
|
||||||
{ "ficcdaf/academic.nvim", build = ":AcademicBuild" },
|
{ "ficcdaf/academic.nvim", build = ":AcademicBuild" },
|
||||||
-- vim-moonfly theme
|
-- vim-moonfly theme
|
||||||
{ "bluz71/vim-moonfly-colors", as = "moonfly" },
|
{
|
||||||
|
"bluz71/vim-moonfly-colors",
|
||||||
|
name = "moonfly",
|
||||||
|
lazy = false,
|
||||||
|
priority = 1000
|
||||||
|
},
|
||||||
-- Rust tools
|
-- Rust tools
|
||||||
{
|
{
|
||||||
"mrcjkb/rustaceanvim",
|
"mrcjkb/rustaceanvim",
|
||||||
|
|
|
@ -44,7 +44,12 @@ require("lazy").setup({
|
||||||
-- Support programming terms
|
-- Support programming terms
|
||||||
{ "psliwka/vim-dirtytalk", build = ":DirtytalkUpdate" },
|
{ "psliwka/vim-dirtytalk", build = ":DirtytalkUpdate" },
|
||||||
-- vim-moonfly theme
|
-- vim-moonfly theme
|
||||||
{ "bluz71/vim-moonfly-colors", as = "moonfly" },
|
{
|
||||||
|
"bluz71/vim-moonfly-colors",
|
||||||
|
name = "moonfly",
|
||||||
|
lazy = false,
|
||||||
|
priority = 1000
|
||||||
|
},
|
||||||
-- Automatically add bracket pairs
|
-- Automatically add bracket pairs
|
||||||
"windwp/nvim-autopairs",
|
"windwp/nvim-autopairs",
|
||||||
-- Syntax highlighting for Caddyfile
|
-- Syntax highlighting for Caddyfile
|
||||||
|
|
|
@ -44,7 +44,12 @@ require("lazy").setup({
|
||||||
-- Support programming terms
|
-- Support programming terms
|
||||||
{ "psliwka/vim-dirtytalk", build = ":DirtytalkUpdate" },
|
{ "psliwka/vim-dirtytalk", build = ":DirtytalkUpdate" },
|
||||||
-- vim-moonfly theme
|
-- vim-moonfly theme
|
||||||
{ "bluz71/vim-moonfly-colors", as = "moonfly" },
|
{
|
||||||
|
"bluz71/vim-moonfly-colors",
|
||||||
|
name = "moonfly",
|
||||||
|
lazy = false,
|
||||||
|
priority = 1000
|
||||||
|
},
|
||||||
-- Automatically add bracket pairs
|
-- Automatically add bracket pairs
|
||||||
"windwp/nvim-autopairs",
|
"windwp/nvim-autopairs",
|
||||||
-- Syntax highlighting for Caddyfile
|
-- Syntax highlighting for Caddyfile
|
||||||
|
|
Loading…
Reference in a new issue