more refactoring
I got the color scheme and tree sitter into their own files.
This commit is contained in:
parent
84ca5bf93e
commit
2330a0d8ab
4 changed files with 50 additions and 90 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue