mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 03:05:11 -07:00
12c9791e0f
It seems that nvim-treesitter stops treesitter highlight when changing filetype, so it makes sense for builtin ftplugins to do this as well. Use :call and v:lua here to allow separation with '|'.
7 lines
135 B
Lua
7 lines
135 B
Lua
-- Neovim indent file
|
|
-- Language: Treesitter query
|
|
-- Last Change: 2024 Jul 03
|
|
|
|
-- it's a lisp!
|
|
vim.cmd([[runtime! indent/lisp.vim]])
|