Update
This commit is contained in:
parent
d8cf77a93a
commit
099776ed43
@ -120,12 +120,17 @@ lua << EOF
|
||||
-- telescope
|
||||
|
||||
require('telescope').setup{
|
||||
-- defaults = {
|
||||
-- layout_config = {
|
||||
-- vertical = { width = 0.9 }
|
||||
-- }
|
||||
-- },
|
||||
pickers = {
|
||||
find_files = {
|
||||
theme = "dropdown",
|
||||
theme = "ivy",
|
||||
},
|
||||
live_grep = {
|
||||
theme = "dropdown",
|
||||
theme = "ivy",
|
||||
}
|
||||
},
|
||||
}
|
||||
@ -199,7 +204,7 @@ capabilities = require('cmp_nvim_lsp').update_capabilities(capabilities)
|
||||
for _, lsp in ipairs(servers) do
|
||||
nvim_lsp[lsp].setup {
|
||||
flags = {
|
||||
debounce_text_changes = 150,
|
||||
debounce_text_changes = 400,
|
||||
},
|
||||
on_attach = on_attach,
|
||||
capabilities = capabilities
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
--prefer-free-formats
|
||||
--mark-watched
|
||||
-f mp4+best/mp4+bestaudio/bestvideo+bestaudio/best
|
||||
-f bestvideo[height<=?1080]+bestaudio/best
|
||||
--retries infinite
|
||||
--socket-timeout 1
|
||||
--external-downloader aria2c
|
||||
|
||||
@ -23,5 +23,6 @@ report*.json
|
||||
.clinic/
|
||||
|
||||
/.elixir_ls/
|
||||
/.ignore/
|
||||
|
||||
.gitignore.local
|
||||
|
||||
Loading…
Reference in New Issue
Block a user