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