neovim: trigger otter lsp on sh
embedded text
This commit is contained in:
parent
8d35457110
commit
06bfa39204
|
@ -34,11 +34,15 @@ return {
|
|||
end,
|
||||
},
|
||||
{
|
||||
-- Adds highlighting and lsp features for embedded code in documents.
|
||||
"jmbuhr/otter.nvim",
|
||||
dependencies = {
|
||||
"hrsh7th/nvim-cmp",
|
||||
"neovim/nvim-lspconfig",
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
},
|
||||
config = function()
|
||||
require("otter").activate({ "sh" }, true, true, nil)
|
||||
end,
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue