add plugins

This commit is contained in:
Vinit Neogi 2023-10-08 23:55:49 +05:30
parent cc75c445f7
commit 47048db3b1
11 changed files with 300 additions and 45 deletions

View file

@ -2,33 +2,15 @@
-- I promise not to create any merge conflicts in this directory :)
--
-- See the kickstart.nvim README for more information
vim.o.relativenumber = true
return {
{
'catppuccin/nvim',
name = 'catppuccin',
priority = 1000,
config = function()
vim.cmd.colorscheme 'catppuccin-frappe'
end,
--[[ {
'theprimeagen/harpoon',
},
]] --[[ {
'mbbill/undotree'
} ]]
{
-- Set lualine as statusline
'nvim-lualine/lualine.nvim',
-- See `:help lualine.txt`
dependencies = {
'nvim-tree/nvim-web-devicons'
},
opts = {
options = {
icons_enabled = true,
theme = 'auto',
component_separators = '|',
section_separators = '',
},
},
},
'nvim-web-devicons',
}
}