neovim/nvim/lua/commander-config.lua demete
2024-02-18 09:57:29 +09:00

8 lines
171 B
Text

integration = {
telescope = {
enable = true,
-- Optional, you can use any telescope supported theme
theme = require("telescope.themes").commander,
},
},
})