neovim: remove autostart for otter

This commit is contained in:
Alexandre Cavalheiro 2024-07-11 04:53:21 -03:00
parent 4b720f5468
commit 2bd877e2c9
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF

View file

@ -41,8 +41,5 @@ return {
"neovim/nvim-lspconfig",
"nvim-treesitter/nvim-treesitter",
},
config = function()
require("otter").activate({ "sh" }, true, true, nil)
end,
},
}