register rust parser
This commit is contained in:
@@ -223,6 +223,9 @@ vim.api.nvim_create_autocmd({
|
|||||||
end
|
end
|
||||||
})
|
})
|
||||||
|
|
||||||
|
-- tree sitter {{{1
|
||||||
|
vim.treesitter.language.register('rust', 'rust')
|
||||||
|
|
||||||
-- FILE SPECIFIC AND AUTOCMDS {{{1
|
-- FILE SPECIFIC AND AUTOCMDS {{{1
|
||||||
local file_specific = {
|
local file_specific = {
|
||||||
c = function()
|
c = function()
|
||||||
|
|||||||
Reference in New Issue
Block a user