nvim: update plugins, add miasma colorscheme

This commit is contained in:
2026-04-28 21:34:29 +02:00
parent e06b7d94ac
commit 40e7629ce3
3 changed files with 9 additions and 8 deletions

View File

@@ -4,6 +4,7 @@ vim.pack.add({
"https://github.com/kepano/flexoki-neovim",
"https://github.com/rktjmp/lush.nvim",
"https://github.com/zenbones-theme/zenbones.nvim",
"https://github.com/xero/miasma.nvim",
})
local cs = require("config.colorscheme")

View File

@@ -1,7 +1,7 @@
vim.pack.add({
{
src = "https://github.com/kylechui/nvim-surround",
version = vim.version.range("^3.0.0"),
version = vim.version.range("^4.0.0"),
},
})