nvim/lua/plugins/otter.lua

15 lines
343 B
Lua
Raw Normal View History

2024-09-19 02:16:28 +00:00
return {
-- {
-- "jmbuhr/otter.nvim",
-- dependencies = {
-- "hrsh7th/nvim-cmp",
-- "neovim/nvim-lspconfig",
-- "nvim-treesitter/nvim-treesitter",
-- },
-- lazy = false,
-- config = function()
-- require("otter").activate({ "javascript", "python", "rust" }, true, true, nil)
-- end,
-- },
}