mirror of
https://github.com/neovim/neovim
synced 2025-07-15 16:51:49 +00:00
6 lines
107 B
Lua
6 lines
107 B
Lua
-- Neovim indent file
|
|
-- Language: Treesitter query
|
|
|
|
-- it's a lisp!
|
|
vim.cmd([[runtime! indent/lisp.vim]])
|