8 lines
171 B
Text
8 lines
171 B
Text
integration = {
|
|
telescope = {
|
|
enable = true,
|
|
-- Optional, you can use any telescope supported theme
|
|
theme = require("telescope.themes").commander,
|
|
},
|
|
},
|
|
})
|