1
0

neovim changes

This commit is contained in:
2025-01-25 22:22:13 +01:00
parent 4c1db847d5
commit 565cbf064a
14 changed files with 253 additions and 199 deletions

View File

@@ -2,6 +2,8 @@ return {
-- Highlighting
{
'nvim-treesitter/nvim-treesitter',
-- enabled = false,
event = 'VeryLazy',
config = function()
vim.cmd('TSUpdate')
require('nvim-treesitter.configs').setup({