disable treesitter indentation + comments
This commit is contained in:
parent
dcb979b9c8
commit
5d01f03eda
2 changed files with 2 additions and 2 deletions
1
init.lua
1
init.lua
|
|
@ -217,6 +217,7 @@ local function DockerFileTypeDetectionAutoCommand()
|
|||
end
|
||||
end
|
||||
|
||||
-- Hacky way to configure correct filetype for docker-compose LSP
|
||||
-- vim.api.nvim_create_augroup('DockerFileTypeDetection', { clear = true })
|
||||
vim.api.nvim_create_autocmd({ 'BufRead', 'BufNewFile' }, {
|
||||
pattern = tbl,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue