disable auto-format

This commit is contained in:
Bryan Ramos 2023-08-15 13:38:22 -04:00
parent 7430d9f613
commit ad4bd079f9

View file

@ -45,6 +45,13 @@ return {
}, },
}, },
{
"neovim/nvim-lspconfig",
opts = {
autoformat = false,
},
},
--[[ --[[
{ {
"jackMort/ChatGPT.nvim", "jackMort/ChatGPT.nvim",