mirror of
https://github.com/neovim/neovim.git
synced 2024-12-24 21:25:04 -07:00
4 lines
136 B
Lua
4 lines
136 B
Lua
|
if vim.endswith(vim.fs.normalize(vim.api.nvim_buf_get_name(0)), '/doc/syntax.txt') then
|
||
|
require('vim.vimhelp').highlight_groups()
|
||
|
end
|