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/kepano/flexoki-neovim",
"https://github.com/rktjmp/lush.nvim", "https://github.com/rktjmp/lush.nvim",
"https://github.com/zenbones-theme/zenbones.nvim", "https://github.com/zenbones-theme/zenbones.nvim",
"https://github.com/xero/miasma.nvim",
}) })
local cs = require("config.colorscheme") local cs = require("config.colorscheme")

View File

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

View File

@@ -14,7 +14,7 @@
"src": "https://github.com/rmagatti/auto-session" "src": "https://github.com/rmagatti/auto-session"
}, },
"conform.nvim": { "conform.nvim": {
"rev": "086a40dc7ed8242c03be9f47fbcee68699cc2395", "rev": "dca1a190aa85f9065979ef35802fb77131911106",
"src": "https://github.com/stevearc/conform.nvim" "src": "https://github.com/stevearc/conform.nvim"
}, },
"flash.nvim": { "flash.nvim": {
@@ -26,7 +26,7 @@
"src": "https://github.com/kepano/flexoki-neovim" "src": "https://github.com/kepano/flexoki-neovim"
}, },
"fzf-lua": { "fzf-lua": {
"rev": "9f0432fdd7825ab163520045831a40b6df82ea28", "rev": "2e29d5f233defe3c5587df0e4dd29af2bd95a5a7",
"src": "https://github.com/ibhagwan/fzf-lua" "src": "https://github.com/ibhagwan/fzf-lua"
}, },
"fzf-lua-frecency.nvim": { "fzf-lua-frecency.nvim": {
@@ -38,7 +38,7 @@
"src": "https://github.com/NMAC427/guess-indent.nvim" "src": "https://github.com/NMAC427/guess-indent.nvim"
}, },
"kanagawa.nvim": { "kanagawa.nvim": {
"rev": "aef7f5cec0a40dbe7f3304214850c472e2264b10", "rev": "8ad3b4cdcc804b332c32db8f9743667e1bb82b99",
"src": "https://github.com/rebelot/kanagawa.nvim" "src": "https://github.com/rebelot/kanagawa.nvim"
}, },
"lush.nvim": { "lush.nvim": {
@@ -59,9 +59,9 @@
"src": "https://github.com/EdenEast/nightfox.nvim" "src": "https://github.com/EdenEast/nightfox.nvim"
}, },
"nvim-surround": { "nvim-surround": {
"rev": "1098d7b3c34adcfa7feb3289ee434529abd4afd1", "rev": "61319d4bd1c5e336e197defa15bd104c51f0fb29",
"src": "https://github.com/kylechui/nvim-surround", "src": "https://github.com/kylechui/nvim-surround",
"version": "3.0.0 - 4.0.0" "version": "4.0.0 - 5.0.0"
}, },
"nvim-treesitter": { "nvim-treesitter": {
"rev": "4916d6592ede8c07973490d9322f187e07dfefac", "rev": "4916d6592ede8c07973490d9322f187e07dfefac",
@@ -74,7 +74,7 @@
"version": "'main'" "version": "'main'"
}, },
"nvim-various-textobjs": { "nvim-various-textobjs": {
"rev": "e049b24fc2042a424843a8db79af5ceb273be6f6", "rev": "ad78e9d925c95d675b32dd7ba6d253f96ce063fe",
"src": "https://github.com/chrisgrieser/nvim-various-textobjs" "src": "https://github.com/chrisgrieser/nvim-various-textobjs"
}, },
"oil.nvim": { "oil.nvim": {
@@ -82,7 +82,7 @@
"src": "https://github.com/stevearc/oil.nvim" "src": "https://github.com/stevearc/oil.nvim"
}, },
"slimline.nvim": { "slimline.nvim": {
"rev": "2ca5a979698fd0af0406770fa5dc81899fb53106", "rev": "6e1387e69e222957ff87e5ddc61470d4e04ac683",
"src": "https://github.com/sschleemilch/slimline.nvim" "src": "https://github.com/sschleemilch/slimline.nvim"
}, },
"snacks.nvim": { "snacks.nvim": {