Nvim: add rofi config (.rasi) treesitter grammar

This commit is contained in:
Marko Korhonen 2022-09-08 20:24:47 +03:00
parent f2251e87da
commit 40ba366403

View file

@ -3,8 +3,8 @@ return function()
ensure_installed = {
'bash', 'c', 'css', 'dockerfile', 'html', 'http', 'java', 'json',
'json5', 'latex', 'lua', 'make', 'markdown', 'php', 'python',
'regex', 'rst', 'scss', 'toml', 'tsx', 'typescript', 'javascript',
'yaml'
'regex', 'rasi', 'rst', 'scss', 'toml', 'tsx', 'typescript',
'javascript', 'yaml'
},
highlight = {enable = true},
indent = {enable = true},