neovim: remove autostart for otter
This commit is contained in:
parent
4b720f5468
commit
2bd877e2c9
|
@ -41,8 +41,5 @@ return {
|
||||||
"neovim/nvim-lspconfig",
|
"neovim/nvim-lspconfig",
|
||||||
"nvim-treesitter/nvim-treesitter",
|
"nvim-treesitter/nvim-treesitter",
|
||||||
},
|
},
|
||||||
config = function()
|
|
||||||
require("otter").activate({ "sh" }, true, true, nil)
|
|
||||||
end,
|
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue