Nvim: add rofi config (.rasi) treesitter grammar

main
Marko Korhonen 2 years ago
parent cd841e1685
commit 59435389fe
No known key found for this signature in database
GPG Key ID: A7F78BCB859CD890

@ -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},

Loading…
Cancel
Save