mirror of
https://github.com/chenasraf/nvim-treesitter.git
synced 2026-05-18 01:39:00 +00:00
remove ftdetect. add filetype hocon to minimal_init.lua
This commit is contained in:
committed by
Stephan Seitz
parent
8ad4e74cfc
commit
00ebda5fd8
@@ -2,6 +2,8 @@ vim.cmd [[set runtimepath+=.]]
|
||||
vim.cmd [[runtime! plugin/plenary.vim]]
|
||||
vim.cmd [[runtime! plugin/nvim-treesitter.vim]]
|
||||
|
||||
vim.cmd [[au BufRead,BufNewFile *.conf set filetype=hocon]]
|
||||
|
||||
vim.o.swapfile = false
|
||||
vim.bo.swapfile = false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user