format lua config
This commit is contained in:
parent
7a053d6bf1
commit
5459cdd065
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ let
|
|||
});
|
||||
|
||||
luaRc = ''
|
||||
local parser_config = require "nvim-treesitter.parsers".get_parser_configs()
|
||||
local parser_config = require("nvim-treesitter.parsers").get_parser_configs()
|
||||
parser_config.d2 = {}
|
||||
|
||||
require("nvim-treesitter.configs").setup({
|
||||
|
|
Loading…
Reference in a new issue