re-organised config
This commit is contained in:
@ -1,36 +1,4 @@
|
||||
return {
|
||||
-- NOTE: [ THEMES ]
|
||||
-- {
|
||||
-- 'yorumicolors/yorumi.nvim',
|
||||
-- },
|
||||
-- {
|
||||
-- 'savq/melange-nvim',
|
||||
-- },
|
||||
-- {
|
||||
-- 'sainnhe/gruvbox-material',
|
||||
-- lazy = false,
|
||||
-- config = function()
|
||||
-- vim.g.gruvbox_material_background = 'medium'
|
||||
-- vim.g.gruvbox_material_enable_italic = true
|
||||
-- vim.cmd 'colorscheme gruvbox-material'
|
||||
-- end,
|
||||
-- },
|
||||
{
|
||||
'rebelot/kanagawa.nvim',
|
||||
lazy = false,
|
||||
config = function()
|
||||
vim.cmd 'colorscheme kanagawa'
|
||||
end,
|
||||
},
|
||||
|
||||
{ -- Git integrations
|
||||
'tpope/vim-fugitive',
|
||||
cmd = { 'G', 'Git' },
|
||||
keys = {
|
||||
{ '<leader>gg', '<cmd>Git<cr>', desc = 'Open git fugitive' },
|
||||
},
|
||||
},
|
||||
|
||||
{ -- traverse undotree
|
||||
'mbbill/undotree',
|
||||
keys = {
|
||||
@ -63,19 +31,6 @@ return {
|
||||
opts = {},
|
||||
},
|
||||
|
||||
{
|
||||
-- `lazydev` configures Lua LSP for your Neovim config, runtime and plugins
|
||||
-- used for completion, annotations and signatures of Neovim apis
|
||||
'folke/lazydev.nvim',
|
||||
ft = 'lua',
|
||||
opts = {
|
||||
library = {
|
||||
-- Load luvit types when the `vim.uv` word is found
|
||||
{ path = '${3rd}/luv/library', words = { 'vim%.uv' } },
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
{
|
||||
'nmac427/guess-indent.nvim',
|
||||
Event = 'BufEnter',
|
||||
|
||||
Reference in New Issue
Block a user