@@ -187,21 +187,21 @@ let g:alchemist_tag_disable = 1
187187" Vim Language Server Client
188188let g: lsc_server_commands = {' dart' : ' dart_language_server' }
189189let g: lsc_auto_map = v: true " Use all the defaults (recommended):
190- let g: lsc_auto_map = {
191- \ ' GoToDefinition' : ' <C-]>' ,
192- \ ' GoToDefinitionSplit' : [' <C-W>]' , ' <C-W><C-]>' ],
193- \ ' FindReferences' : ' gr' ,
194- \ ' NextReference' : ' <C-n>' ,
195- \ ' PreviousReference' : ' <C-p>' ,
196- \ ' FindImplementations' : ' gI' ,
197- \ ' FindCodeActions' : ' ga' ,
198- \ ' Rename' : ' gR' ,
199- \ ' ShowHover' : v: true ,
200- \ ' DocumentSymbol' : ' go' ,
201- \ ' WorkspaceSymbol' : ' gS' ,
202- \ ' SignatureHelp' : ' gm' ,
203- \ ' Completion' : ' completefunc' ,
204- \}
190+ " let g:lsc_auto_map = {
191+ " \ 'GoToDefinition': '<C-]>',
192+ " \ 'GoToDefinitionSplit': ['<C-W>]', '<C-W><C-]>'],
193+ " \ 'FindReferences': 'gr',
194+ " \ 'NextReference': '<C-n>',
195+ " \ 'PreviousReference': '<C-p>',
196+ " \ 'FindImplementations': 'gI',
197+ " \ 'FindCodeActions': 'ga',
198+ " \ 'Rename': 'gR',
199+ " \ 'ShowHover': v:true,
200+ " \ 'DocumentSymbol': 'go',
201+ " \ 'WorkspaceSymbol': 'gS',
202+ " \ 'SignatureHelp': 'gm',
203+ " \ 'Completion': 'completefunc',
204+ " \}
205205
206206" Minpac commands
207207command ! PackUpdate packadd minpac | source $MYVIMRC | call minpac#update ()
0 commit comments