Optimized neovim config

This commit is contained in:
Michael Chalupiak
2025-08-24 02:58:30 -04:00
parent 1114797040
commit cf051a191f
8 changed files with 331 additions and 159 deletions

View File

@@ -29,29 +29,33 @@ return {
{
'nvim-treesitter/nvim-treesitter-textobjects',
config = function()
end
},
{
{
'folke/twilight.nvim',
dependencies = {
'nvim-treesitter/nvim-treesitter',
}
},
cmd = {
'Twilight',
'TwilightEnable',
'TwilightDisable',
},
},
{ 'RRethy/vim-illuminate' },
-- { 'RRethy/vim-illuminate' },
{
{
'0oAstro/dim.lua',
dependencies = {
'nvim-treesitter/nvim-treesitter',
'neovim/nvim-lspconfig'
},
event = 'LspAttach',
},
{
{
'windwp/nvim-ts-autotag',
event = 'VeryLazy',
},
}