mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
Gleam indentation tests
This commit is contained in:
parent
4a5720332d
commit
b62750e328
16 changed files with 239 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ vim.cmd [[runtime! plugin/plenary.vim]]
|
|||
vim.cmd [[runtime! plugin/nvim-treesitter.vim]]
|
||||
|
||||
vim.cmd [[au BufRead,BufNewFile *.conf set filetype=hocon]]
|
||||
vim.cmd [[au BufRead,BufNewFile *.gleam set filetype=gleam]]
|
||||
|
||||
vim.o.swapfile = false
|
||||
vim.bo.swapfile = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue