nvim: update plugins, add miasma colorscheme
This commit is contained in:
@@ -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")
|
||||
|
||||
@@ -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"),
|
||||
},
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user