Remove / search completion
This commit is contained in:
parent
46d1d9092d
commit
f8ee7b4ee9
@ -155,11 +155,11 @@
|
|||||||
{ :behavior cmp.SelectBehavior.Select })
|
{ :behavior cmp.SelectBehavior.Select })
|
||||||
(fallback)))
|
(fallback)))
|
||||||
[ :i :c ])}]
|
[ :i :c ])}]
|
||||||
(cmp.setup.cmdline "/"
|
;(cmp.setup.cmdline "/"
|
||||||
{ :completion { :autocomplete true }
|
; { :completion { :autocomplete true }
|
||||||
:mapping cmdline-mappings
|
; :mapping cmdline-mappings
|
||||||
:sources (cmp.config.sources
|
; :sources (cmp.config.sources
|
||||||
[{ :name "buffer" }])})
|
; [{ :name "buffer" }])})
|
||||||
(cmp.setup.cmdline ":"
|
(cmp.setup.cmdline ":"
|
||||||
{ :completion { :autocomplete false }
|
{ :completion { :autocomplete false }
|
||||||
:mapping cmdline-mappings
|
:mapping cmdline-mappings
|
||||||
|
Reference in New Issue
Block a user