Remove markview add supermaven.
This commit is contained in:
@@ -6,7 +6,7 @@ return {
|
||||
config = function()
|
||||
require('lualine').setup({
|
||||
options= {
|
||||
theme = 'dracula'
|
||||
theme = 'material'
|
||||
}
|
||||
})
|
||||
end
|
||||
|
||||
@@ -1,12 +0,0 @@
|
||||
return {
|
||||
"OXY2DEV/markview.nvim",
|
||||
config = function()
|
||||
require('markview').setup({
|
||||
lazy = false,
|
||||
})
|
||||
end,
|
||||
dependencies = {
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
"nvim-tree/nvim-web-devicons"
|
||||
}
|
||||
}
|
||||
6
lua/plugins/supermaven.lua
Normal file
6
lua/plugins/supermaven.lua
Normal file
@@ -0,0 +1,6 @@
|
||||
return {
|
||||
"supermaven-inc/supermaven-nvim",
|
||||
config = function()
|
||||
require("supermaven-nvim").setup({})
|
||||
end,
|
||||
}
|
||||
Reference in New Issue
Block a user