mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 03:05:11 -07:00
07db909eb5
Co-authored-by: zeertzjq <zeertzjq@outlook.com>
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]])
|