mirror of
https://github.com/halfdan/dotfiles.git
synced 2025-11-02 21:46:03 +00:00
Add new theme and markview
This commit is contained in:
10
.config/nvim/lua/halfdan/plugins/markview.lua
Normal file
10
.config/nvim/lua/halfdan/plugins/markview.lua
Normal file
@@ -0,0 +1,10 @@
|
||||
return {
|
||||
"OXY2DEV/markview.nvim",
|
||||
lazy = false,
|
||||
|
||||
-- For blink.cmp's completion
|
||||
-- source
|
||||
-- dependencies = {
|
||||
-- "saghen/blink.cmp"
|
||||
-- },
|
||||
};
|
||||
@@ -3,5 +3,6 @@ return {
|
||||
{ "rose-pine/neovim", name = "rose-pine" },
|
||||
{ "catppuccin/nvim", name = "catppuccin", priority = 1000 },
|
||||
{ 'luisiacc/gruvbox-baby' },
|
||||
{ "rebelot/kanagawa.nvim" }
|
||||
{ "rebelot/kanagawa.nvim" },
|
||||
{ "p00f/alabaster.nvim" }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user