Removed some telescope dependencies

This commit is contained in:
Oliver Hartmann
2024-04-26 11:11:42 +02:00
parent 79ddb6faca
commit 4dc7351d8b
7 changed files with 3 additions and 299 deletions

View File

@ -9,7 +9,8 @@ return {
neogit.setup {
integrations = {
diffview = true,
telescope = true
telescope = false,
fzf_lua = true
},
graph_style = "unicode",
}