Replace telescope-ui-select-nvim with dressing-nvim

Configures the hole UI stuff, no need for different plugins.
This commit is contained in:
Daniel Siepmann 2022-06-08 08:51:31 +02:00
parent 126ec8481e
commit 68e2e85d49
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4
2 changed files with 1 additions and 9 deletions

View file

@ -249,7 +249,7 @@ in {
config = pkgs.lib.fileContents ./neovim/plugins/telescope-ctags-outline.lua;
}
telescope-ui-select-nvim
dressing-nvim
# Syntax

View file

@ -1,7 +1,6 @@
local telescope = require('telescope')
local actions = require('telescope.actions')
local actionsLayout = require('telescope.actions.layout')
local themes = require('telescope.themes')
telescope.setup({
defaults = {
@ -28,12 +27,5 @@ telescope.setup({
hide_on_startup = true,
},
},
extensions = {
['ui-select'] = {
themes.get_dropdown({
}),
},
},
})
telescope.load_extension('custom_runs')
telescope.load_extension('ui-select')