mirror of
https://github.com/TheM1Stery/dotfiles.git
synced 2025-04-20 09:01:11 +00:00
Compare commits
2 Commits
cbf70bfd51
...
e459118017
Author | SHA1 | Date | |
---|---|---|---|
e459118017 | |||
9727098768 |
@ -17,9 +17,9 @@ return {
|
|||||||
},
|
},
|
||||||
completion = {
|
completion = {
|
||||||
menu = { border = 'single' },
|
menu = { border = 'single' },
|
||||||
documentation = { window = { border = 'single' } },
|
documentation = { auto_show = true, auto_show_delay_ms = 50, window = { border = 'single' } },
|
||||||
},
|
},
|
||||||
signature = { window = { border = 'single' } },
|
-- signature = { enabled = true, window = { border = 'single' } },
|
||||||
appearance = {
|
appearance = {
|
||||||
-- Sets the fallback highlight groups to nvim-cmp's highlight groups
|
-- Sets the fallback highlight groups to nvim-cmp's highlight groups
|
||||||
-- Useful for when your theme doesn't support blink.cmp
|
-- Useful for when your theme doesn't support blink.cmp
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
[manager]
|
[manager]
|
||||||
ratio = [ 1, 4, 3 ]
|
ratio = [ 1, 4, 3 ]
|
||||||
sort_by = "created"
|
sort_by = "mtime"
|
||||||
sort_sensitive = false
|
sort_sensitive = false
|
||||||
sort_reverse = false
|
sort_reverse = false
|
||||||
sort_dir_first = true
|
sort_dir_first = true
|
||||||
@ -129,7 +129,7 @@ cd_origin = "top-center"
|
|||||||
cd_offset = [ 0, 2, 50, 3 ]
|
cd_offset = [ 0, 2, 50, 3 ]
|
||||||
|
|
||||||
# create
|
# create
|
||||||
create_title = "Create:"
|
create_title = ["Create:", "Create (dir):"]
|
||||||
create_origin = "top-center"
|
create_origin = "top-center"
|
||||||
create_offset = [ 0, 2, 50, 3 ]
|
create_offset = [ 0, 2, 50, 3 ]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user