treesitter: Do no set normal syntax highlight here
normal syntax isn't dependent on treesitter, so will be set when loading the theme
This commit is contained in:
parent
5f23aaf1ca
commit
0184035c15
|
@ -4,7 +4,6 @@ if not present then
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
require("base46").load_highlight "syntax"
|
|
||||||
require("base46").load_highlight "treesitter"
|
require("base46").load_highlight "treesitter"
|
||||||
|
|
||||||
local options = {
|
local options = {
|
||||||
|
|
Loading…
Reference in New Issue