mirror of
https://github.com/chenasraf/dotfiles.git
synced 2026-05-18 01:29:06 +00:00
fix(nvim): default TS add scss
This commit is contained in:
@@ -14,7 +14,7 @@ return {
|
||||
-- Add languages to be installed here that you want installed for treesitter
|
||||
ensure_installed = {
|
||||
'c', 'cpp', 'go', 'python', 'rust', 'vimdoc', 'vim',
|
||||
'lua', 'tsx', 'javascript', 'typescript', 'bash', 'astro', 'css', 'dart', 'vimdoc', 'json', 'yaml',
|
||||
'lua', 'tsx', 'javascript', 'typescript', 'bash', 'astro', 'css', 'scss', 'dart', 'vimdoc', 'json', 'yaml',
|
||||
},
|
||||
|
||||
-- Autoinstall languages that are not installed. Defaults to false (but you can change for yourself!)
|
||||
|
||||
Reference in New Issue
Block a user