more refactoring

I got the color scheme and tree sitter into their own files.
This commit is contained in:
topper3418 2024-07-23 18:27:39 -05:00
parent 84ca5bf93e
commit 2330a0d8ab
4 changed files with 50 additions and 90 deletions

View file

@ -2,7 +2,19 @@ return { -- Highlight, edit, and navigate code
'nvim-treesitter/nvim-treesitter',
build = ':TSUpdate',
opts = {
ensure_installed = { 'bash', 'diff', 'html', 'lua', 'luadoc', 'markdown', 'vim', 'vimdoc', 'python', 'javascript', 'typescript' },
ensure_installed = {
'bash',
'diff',
'html',
'lua',
'luadoc',
'markdown',
'vim',
'vimdoc',
'python',
'javascript',
'typescript',
},
-- Autoinstall languages that are not installed
auto_install = true,
highlight = {