remove ftdetect. add filetype hocon to minimal_init.lua

This commit is contained in:
antosha417
2022-01-16 15:26:01 +02:00
committed by Stephan Seitz
parent 8ad4e74cfc
commit 00ebda5fd8
2 changed files with 2 additions and 1 deletions

View File

@@ -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