feat: tidy up and remove some plugins i don't use
This commit is contained in:
@@ -1,12 +1,9 @@
|
|||||||
return {
|
return {
|
||||||
{
|
{
|
||||||
'goolord/alpha-nvim',
|
'goolord/alpha-nvim',
|
||||||
-- dependencies = { 'nvim-mini/mini.icons' },
|
|
||||||
dependencies = { 'nvim-tree/nvim-web-devicons' },
|
dependencies = { 'nvim-tree/nvim-web-devicons' },
|
||||||
config = function()
|
config = function()
|
||||||
local startify = require 'alpha.themes.startify'
|
local startify = require 'alpha.themes.startify'
|
||||||
-- available: devicons, mini, default is mini
|
|
||||||
-- if provider not loaded and enabled is true, it will try to use another provider
|
|
||||||
startify.file_icons.provider = 'devicons'
|
startify.file_icons.provider = 'devicons'
|
||||||
require('alpha').setup(startify.config)
|
require('alpha').setup(startify.config)
|
||||||
end,
|
end,
|
||||||
|
|||||||
@@ -1,6 +0,0 @@
|
|||||||
return {
|
|
||||||
{
|
|
||||||
'Vilos92/media-controls.nvim',
|
|
||||||
dependencies = { 'nvim-lua/plenary.nvim' },
|
|
||||||
},
|
|
||||||
}
|
|
||||||
@@ -1,27 +0,0 @@
|
|||||||
return {
|
|
||||||
{
|
|
||||||
'obsidian-nvim/obsidian.nvim',
|
|
||||||
version = '*', -- recommended, use latest release instead of latest commit
|
|
||||||
lazy = true,
|
|
||||||
ft = 'markdown',
|
|
||||||
dependencies = {
|
|
||||||
'nvim-lua/plenary.nvim',
|
|
||||||
'saghen/blink.cmp',
|
|
||||||
},
|
|
||||||
opts = {
|
|
||||||
completion = {
|
|
||||||
nvim_cmp = false,
|
|
||||||
blink = true,
|
|
||||||
min_chars = 2,
|
|
||||||
},
|
|
||||||
workspaces = {
|
|
||||||
{
|
|
||||||
name = 'kendrick',
|
|
||||||
path = '~/vaults/kendrick',
|
|
||||||
},
|
|
||||||
},
|
|
||||||
|
|
||||||
-- see below for full list of options 👇
|
|
||||||
},
|
|
||||||
},
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user