mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
Initial sketch of automated indent tests
This commit is contained in:
parent
eefa5662e6
commit
67f2c7149c
14 changed files with 257 additions and 0 deletions
10
scripts/minimal_init.lua
Normal file
10
scripts/minimal_init.lua
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
vim.cmd [[set runtimepath+=.]]
|
||||
vim.cmd [[runtime! plugin/plenary.vim]]
|
||||
vim.cmd [[runtime! plugin/nvim-treesitter.vim]]
|
||||
|
||||
vim.g.swapfile = false
|
||||
|
||||
require('nvim-treesitter.configs').setup {
|
||||
ensure_installed = 'maintained',
|
||||
indent = { enable = true },
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue