refactor(nvim): set xml ft to html
Currently nvim-treesitter does not have xml built-in and with how wide the spec is it makes sense to simply set xml to html for some amount of treesitter support.
This commit is contained in:
parent
1d8213b402
commit
b033ab53ab
@ -2,3 +2,4 @@ local opt_local = vim.opt_local
|
||||
|
||||
opt_local.tabstop = 2
|
||||
opt_local.shiftwidth = 2
|
||||
opt_local.filetype = "html"
|
||||
|
Loading…
Reference in New Issue
Block a user