Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

vim-lsp

Making coding productive in vim and neovim via LSP
Collective - Host: opensource - https://opencollective.com/vim-lsp - Code: https://github.com/prabirshrestha/vim-lsp

preview information shown in hover at the cursor (#395)

* preview information shown in hover at the cursor

* lint

* Fix hover float positioning

...

github.com/prabirshrestha/vim-lsp - 1790680598f0b838fef836afc8cc1420e1fb7372 authored over 5 years ago by Andrej Zieger <[email protected]>
Merge pull request #387 from dhakimian/fix-ref-jump

Fix cursor positioning when jumping to next/prev reference

github.com/prabirshrestha/vim-lsp - e0f832443b81184536588767716f2ae93ebe2346 authored over 5 years ago by mattn <[email protected]>
Merge pull request #408 from itchyny/fix-no-matching-autocmds-msg

fix `No matching autocommands` message on `doautocmd User lsp_complete_done`

github.com/prabirshrestha/vim-lsp - e781beb07698a96bd45e21caa6db6b502fa9ae39 authored over 5 years ago by mattn <[email protected]>
fix `No matching autocommands` message on `doautocmd User lsp_complete_done`

github.com/prabirshrestha/vim-lsp - ab1a95c7ad6b9251b07d62914b95c9a6e05afb43 authored over 5 years ago by itchyny <[email protected]>
UltiSnips integration (#306)

* Implement basic UltiSnips integration

* Fix already inserted text not being removed

* Fi...

github.com/prabirshrestha/vim-lsp - 20f5b7541a29dd57cebf9c1c1031f8d4320ca275 authored over 5 years ago by Thomas Faingnaert <[email protected]>
Fix lsp#utils#text_edit#apply_text_edits when end position was newline character. (#388)

github.com/prabirshrestha/vim-lsp - 75516719d5723188d25090ef5e7efec4b5cdf312 authored over 5 years ago by mikoto2000 <[email protected]>
Use fnameescape() (#404)

Close #167

github.com/prabirshrestha/vim-lsp - 69f31d5bf27eac0ef4b804d0e517d6e85856b44a authored over 5 years ago by mattn <[email protected]>
Fix check for signs support in Neovim (#402)

Fixes #322

github.com/prabirshrestha/vim-lsp - 8891d93dc321b29d8dff371bbacd49915e109e67 authored over 5 years ago by Ruslan Kiyanchuk <[email protected]>
Fix text edits not preserving v:completed_item (#389)

* Add test to check v:completed_item after textedits

* Fix v:completed_item being reset after...

github.com/prabirshrestha/vim-lsp - 21d51ffb832aead80d3ba54274db9524d882dd6a authored over 5 years ago by Thomas Faingnaert <[email protected]>
Update the jumplist when jumping between references

The previous jump method (using G) set a jump, but cursor() doesn't, so
we manually update the j...

github.com/prabirshrestha/vim-lsp - 19090fecaead5bf1ca3438993a8aef6c829a7c47 authored over 5 years ago by Daniel Hakimian <[email protected]>
Use cursor() instead of exec

github.com/prabirshrestha/vim-lsp - 0d1af5afc27cba02e8f8cac0b8f233f76d086fb7 authored over 5 years ago by Daniel Hakimian <[email protected]>
Fix cursor positioning when jumping to next/prev reference

On tab-indented lines, (or any line where column number and virtual
column number are different)...

github.com/prabirshrestha/vim-lsp - f75914d991ed82d8db9e6ceff1465df8d56554d7 authored over 5 years ago by Daniel Hakimian <[email protected]>
Fix text edit when insert empty new text (#384)

* Add test of 'lsp#utils#text_edit#apply_text_edits'.

* Fix `lsp#utils#text_edit#apply_text_e...

github.com/prabirshrestha/vim-lsp - 900e8619be7b6dce5605076a7dadb4e17babfc7e authored over 5 years ago by mikoto2000 <[email protected]>
Add diagnostics highlighting via +textprop. (#375)

* Add diagnostics highlighting via +textprop.

* Use textprop 'combine' option, added in 8.1.1...

github.com/prabirshrestha/vim-lsp - c1be74277471f68f31d2995bb7054676e71aa65b authored over 5 years ago by tsufeki <[email protected]>
Support additionalTextEdits in completion items (#372)

* Support additionalTextEdits in completion items.

* Make cursor move as expected when applyi...

github.com/prabirshrestha/vim-lsp - feba6d6d5370d7547cc27798653506112e089f2d authored over 5 years ago by tsufeki <[email protected]>
Fix WorkspaceEdit with both documentChanges and changes. (#368)

Prefer `documentChanges` property over `changes` when both are present
in a WorkspaceEdit, comp...

github.com/prabirshrestha/vim-lsp - 74988e44ad18a14c70492f84656a21b13af42486 authored over 5 years ago by tsufeki <[email protected]>
Fix echo diagnostics truncation (#379)

In multiple vertical split windows, diagnostics message echo in statusline is
too short, this p...

github.com/prabirshrestha/vim-lsp - 3deb1fb2f02ac5d5b7be2e77a56a6dbf67949bdc authored over 5 years ago by Colin Cheng <[email protected]>
Fix newline in completion popup. (#369)

* Fix newline in completion popup.
* Add test.

github.com/prabirshrestha/vim-lsp - e346c77475a72d1e766403e4c1e97ccaaf2d47b1 authored over 5 years ago by tsufeki <[email protected]>
Search for multiple file/dir names in lsp#utils#find_nearest_parent_file_directory (#373)

* Search for multiple file/dir names in lsp#utils#find_nearest_parent_file_directory

* Add te...

github.com/prabirshrestha/vim-lsp - fe2ec6e04025510809ca4a2ee864e7740fdf8348 authored over 5 years ago by IceNature <[email protected]>
Documented g:lsp_diagnostics_echo_cursor (#380)

github.com/prabirshrestha/vim-lsp - a80d61793886141257447b3710ce8518cca83e53 authored over 5 years ago by smhc <[email protected]>
Allowing empty word complete item (#378)

* Modify to allowing empty word complete item.
* Fix test.

github.com/prabirshrestha/vim-lsp - 185aee6ac905a03980333a413f72a5131c89d047 authored over 5 years ago by mikoto2000 <[email protected]>
Highlight references to the symbol under cursor (#363)

* Highlight references to the symbol under cursor

Use the `textDocument/documentHighlight` me...

github.com/prabirshrestha/vim-lsp - fe5057641cadba27caa26df74efa896e4255308e authored over 5 years ago by Martino Pilia <[email protected]>
Delete TODO about 'user definition cursor position mechanism' in 'omni.vim'. (#364)

'user definition cursor position mechanism' is possible by 'snippet' mechanism.
(after merging ...

github.com/prabirshrestha/vim-lsp - 357a074c851ec04d9d21640a77bd9aaa25f1140a authored over 5 years ago by mikoto2000 <[email protected]>
Support refactorings through code actions. (#359)

* Support refactorings through code actions.

- make LspCodeAction work on a selected range, t...

github.com/prabirshrestha/vim-lsp - a79fb04d36e89261e356c16e638bbee284e42d4a authored over 5 years ago by Tomasz Zurkowski <[email protected]>
Clear message when leaving diagnostic line (#351)

github.com/prabirshrestha/vim-lsp - 6608aad006ac742ec121fbd01556a97a3b344f24 authored over 5 years ago by Jason Cheatham <[email protected]>
Add check whether user_data is json type. (#358)

github.com/prabirshrestha/vim-lsp - ee1dd1638a69930fb49be7f7e4e17c9bdb16de63 authored over 5 years ago by mikoto2000 <[email protected]>
Fix to allow "textEdit property provide and null value". (#356)

github.com/prabirshrestha/vim-lsp - 5c3dcc952bcd50987526ae58694afea8a9052f35 authored over 5 years ago by mikoto2000 <[email protected]>
fix s:call_did_save fixes #354

github.com/prabirshrestha/vim-lsp - a1778c81536a1a793766f5321886f1421c5e3fdf authored over 5 years ago by Prabir Shrestha <[email protected]>
Add support for nvim highlights (#352)

github.com/prabirshrestha/vim-lsp - b20f79c8e08aefae40aa66b1d4cd082a6b4a86a7 authored over 5 years ago by Jason Cheatham <[email protected]>
Remove trailing space in 'applyEdit ' field. (#344)

The 'applyEdit ' field inside initialize reqest (inside
capabilities.workspace) has trailing sp...

github.com/prabirshrestha/vim-lsp - 21713325d1a441d7cf6139bdae704d6140e28879 authored over 5 years ago by Tomasz Zurkowski <[email protected]>
Merge pull request #318 from mikoto2000/support_for_completion_item_text_edit

Support textEdit on omni completion

github.com/prabirshrestha/vim-lsp - 622b429a8cac97ffc1e313c9c741433632c089b2 authored over 5 years ago by Prabir Shrestha <[email protected]>
Added user_data type check.

github.com/prabirshrestha/vim-lsp - 0372e2380ecaa577f1617f4fe6e35597d5629220 authored over 5 years ago by mikoto2000 <[email protected]>
Do not include 'version' in didSave notification. (#345)

The LSP has TextDocumentIdentifier and VersionedTextDocumentIdentifier.
Currently vim-lsp uses ...

github.com/prabirshrestha/vim-lsp - c5c7bf0abcd5540fe1c562bdbe2800e914069bb7 authored over 5 years ago by Tomasz Zurkowski <[email protected]>
Modified error information process, to use `lsp#utils#error` and `lsp#log`.

github.com/prabirshrestha/vim-lsp - 728e60b9b437767163c5a426c7a943c7e64a2c05 authored over 5 years ago by mikoto2000 <[email protected]>
ignore terminal buftype (#342)

github.com/prabirshrestha/vim-lsp - 8471d04c0f05f70ccba026a25655ffc2e6c0dd0a authored over 5 years ago by Prabir Shrestha <[email protected]>
Added lsp#omni#get_vim_completion_item test about textEdit.

github.com/prabirshrestha/vim-lsp - 573b3d2b8dc881058c702d931451212708e62d3b authored over 5 years ago by mikoto2000 <[email protected]>
Added has('patch-8.0.1493') check.

github.com/prabirshrestha/vim-lsp - e8f3541741e27f101dbfae17e7a244f7bd037c64 authored over 5 years ago by mikoto2000 <[email protected]>
Modified user_data encode/decode process to json_encode/json_decode.

github.com/prabirshrestha/vim-lsp - 25a0d7b67c546bb9080600afe17b49825d30e047 authored over 5 years ago by mikoto2000 <[email protected]>
Move textEdit's user_data to user_data['vim-lsp/textEdit'].

github.com/prabirshrestha/vim-lsp - 43a9752f1b0c6d0a395f43a54c9e4ec4ae713633 authored over 5 years ago by mikoto2000 <[email protected]>
Fix called function name mismatch.

github.com/prabirshrestha/vim-lsp - e5f54f9b389067d27f0f952f079f99949a9244e9 authored over 5 years ago by mikoto2000 <[email protected]>
Use correct highlight group name (fix #340) (#343)

github.com/prabirshrestha/vim-lsp - 3e28b8fb1ed670a19f1cb178f5363739c8732a39 authored over 5 years ago by grainrigi <[email protected]>
Merge pull request #336 from hauleth/support-nvim-virtual_text

Support NeoVim virtual text

github.com/prabirshrestha/vim-lsp - e3f69339efbf9582be1859766e2b2ed353bedfbc authored over 5 years ago by Prabir Shrestha <[email protected]>
nvim_buf_set_virtual_text line number is 0 indexed

github.com/prabirshrestha/vim-lsp - 51d7746515a5da0cce173668502bed30f4520566 authored over 5 years ago by Łukasz Niemier <[email protected]>
Support NeoVim virtual text

Currently it uses similar interface to one provided by the signs
feature.

Close #214

github.com/prabirshrestha/vim-lsp - cedacac6fcf3aea5ac146f28ff5fe4f25c724b9e authored over 5 years ago by Łukasz Niemier <[email protected]>
Merge pull request #313 from nickspoons/next-error-column

Navigate directly to error column

github.com/prabirshrestha/vim-lsp - eadfab3d68287439128c4fa999d1fddc096006e3 authored over 5 years ago by Prabir Shrestha <[email protected]>
Check buffer loaded (#334)

* Check buffer loaded

* Cosmetic change

github.com/prabirshrestha/vim-lsp - 3ee778a0c62b9d4c4562153e59684cc796ad98d8 authored over 5 years ago by mattn <[email protected]>
Fix lint (vint) error

github.com/prabirshrestha/vim-lsp - 2c7c74793341cf989c76abfebac0c7f14302c7b2 authored over 5 years ago by nickspoon <[email protected]>
Refactor error_next/previous out of signs.vim

Moving the error navigation code out of signs.vim to diagnostics.vim
means that errors can be na...

github.com/prabirshrestha/vim-lsp - 2986ccbe74a534087f7e1c9688737280942f1f28 authored over 5 years ago by nickspoon <[email protected]>
Merge pull request #329 from prabirshrestha/fix-initialization-options2

initializationOptions is not passed

github.com/prabirshrestha/vim-lsp - 0310241af11adc6c3a7ba93955bc27b15744c957 authored over 5 years ago by mattn <[email protected]>
initializationOptions is not passed

github.com/prabirshrestha/vim-lsp - 579dc32e8ab16eaa9ea4ac10d9adb5095e7aeb3a authored over 5 years ago by Yasuhiro Matsumoto <[email protected]>
Merge pull request #327 from prabirshrestha/fix-initialization-options

initialization_options is not passed

github.com/prabirshrestha/vim-lsp - dd78067d51a5392ee934e496350db5b00a0bacac authored over 5 years ago by mattn <[email protected]>
initialization_options is not passed

Fixes #326

github.com/prabirshrestha/vim-lsp - 0bffe7f62130bb71e5f353e1d7facc2f1ef79143 authored over 5 years ago by Yasuhiro Matsumoto <[email protected]>
Populate required processId in InitializeParams. (#325)

According to LSP 3.0 specification, params in 'initialize' request is
required (it can be null,...

github.com/prabirshrestha/vim-lsp - fd769ee73ddcbb33cf9503238f1e2d61bd2675af authored over 5 years ago by Tomasz Zurkowski <[email protected]>
Send initialized notification to the server. (#317)

According to 3.0 specification, client should send 'initialized'
notification after client rece...

github.com/prabirshrestha/vim-lsp - 6a12c01dbedb6dd1877e8c6dc7bf5ec5f4ed1067 authored over 5 years ago by Tomasz Zurkowski <[email protected]>
Initialization Options should be an option could be opt-out. (#323)

github.com/prabirshrestha/vim-lsp - 8a8f2131295a8fa26e0cec0c74a7dae54a0bfaf1 authored over 5 years ago by mattn <[email protected]>
Added "type" key existence check.

github.com/prabirshrestha/vim-lsp - 421202982d1439ae593dcee9752ddd4bdbdb6669 authored over 5 years ago by mikoto2000 <[email protected]>
Fixed 'expand path methods'.

github.com/prabirshrestha/vim-lsp - 369cf3f3c805b3bada394381c6e7bb6350522807 authored over 5 years ago by mikoto2000 <[email protected]>
Fixed 'string comparison operator'.

github.com/prabirshrestha/vim-lsp - 9696023e2197d98426570e17024038e14ce0fc27 authored over 5 years ago by mikoto2000 <[email protected]>
Fixed vint errors.

github.com/prabirshrestha/vim-lsp - 2a7ea6cd61d5e202294a08240edbf2bc9d8fc09e authored over 5 years ago by mikoto2000 <[email protected]>
Remove column-handling

The signs API doesn't currently have support for storing "arbitrary"
data in the sign {dict}, so...

github.com/prabirshrestha/vim-lsp - e16822d617f6d2b49e5337eafc047ec2a623b18a authored over 5 years ago by nickspoon <[email protected]>
Add explicit variable declarations and whitespace

github.com/prabirshrestha/vim-lsp - 09afaa0f485a4ed1e9c9d7ec26462876093042ae authored over 5 years ago by nickspoon <[email protected]>
Wrap :LspNextError and :LspPreviousError

Make :LspErrorNext wrap to the first error when the cursor is positioned
after the last error, a...

github.com/prabirshrestha/vim-lsp - 8e4a372ff7dadf0c8b9e160efaac59c8eea32edd authored over 5 years ago by nickspoon <[email protected]>
Navigate directly to error column

This commit adds the error column to the array of errors (previously an
array of line numbers, n...

github.com/prabirshrestha/vim-lsp - ada958031acc2a40406ea38fde72326e03e4d2ae authored over 5 years ago by nickspoon <[email protected]>
Fixed test failed.

github.com/prabirshrestha/vim-lsp - 4e7fe37d68f5d4db59c6ea66eb9930ea8849fe4e authored over 5 years ago by mikoto2000 <[email protected]>
Added textEdit support on omni complete.

github.com/prabirshrestha/vim-lsp - 315d73c0bd9b38c6d1d1f5604cd9e42467eacda2 authored over 5 years ago by mikoto2000 <[email protected]>
Moved TextEdit process to utils.

github.com/prabirshrestha/vim-lsp - e1953782604bc9570bc0bad97a5ba882f4a5224d authored over 5 years ago by mikoto2000 <[email protected]>
Merge pull request #294 from prabirshrestha/redo-diagnostics

Redo diagnostics

github.com/prabirshrestha/vim-lsp - b71d35cc0a31500d97fdd4eb97cfc1dbe3ec72fd authored over 5 years ago by Prabir Shrestha <[email protected]>
Merge pull request #316 from prabirshrestha/fix-mapping

Fix mapping not to use <expr>

github.com/prabirshrestha/vim-lsp - 71404567c963e85742b7de8ec3fec5216e239e45 authored over 5 years ago by mattn <[email protected]>
handle if sign is not supported

github.com/prabirshrestha/vim-lsp - 1dfc456428a824e76dd3d05819a64b80f92d94e5 authored over 5 years ago by Prabir Shrestha <[email protected]>
missing call

github.com/prabirshrestha/vim-lsp - a7771b6c91010a276663ab417f96ccf8f00a9ef1 authored over 5 years ago by Yasuhiro Matsumoto <[email protected]>
Fix mapping not to use <expr>

github.com/prabirshrestha/vim-lsp - 78d549b0068b9d6f03cb7693943db83044a736ed authored over 5 years ago by Yasuhiro Matsumoto <[email protected]>
document g:lsp_signs_enabled

github.com/prabirshrestha/vim-lsp - b291bd6a6cb37aca1089d140a2c917b80ce434cf authored over 5 years ago by Prabir Shrestha <[email protected]>
set g:lsp_signs_enabled to 1 for has('patch-8.1.0772')

github.com/prabirshrestha/vim-lsp - 29d2bda48b5536d876f78997c5e524f7fe5e6978 authored over 5 years ago by Prabir Shrestha <[email protected]>
use signs_getplaced api for lsp#ui#vim#signs#next_error and lsp#ui#vim#signs#previous_error

github.com/prabirshrestha/vim-lsp - a99a4e53d8afa04d343b844f779c4e765ed95fc8 authored over 5 years ago by Prabir Shrestha <[email protected]>
Merge pull request #309 from prabirshrestha/check-hidden

Check &hidden for split window

github.com/prabirshrestha/vim-lsp - 28ba60120556c4be71368d1fafe10c216a1c59cf authored over 5 years ago by mattn <[email protected]>
cleanup

github.com/prabirshrestha/vim-lsp - 98f7abac7d0894889c2ea4a8cac55b7e44210866 authored over 5 years ago by Prabir Shrestha <[email protected]>
use sign_define api

github.com/prabirshrestha/vim-lsp - 0b99bf26abec2a702d39ad4f2a895bae10b183d6 authored over 5 years ago by Prabir Shrestha <[email protected]>
check for s:supports_signs

github.com/prabirshrestha/vim-lsp - 3c3274a30a41c959bc751619f26825cacf8f669f authored over 5 years ago by Prabir Shrestha <[email protected]>
remove vim linux default (#310)

github.com/prabirshrestha/vim-lsp - ad3d5385aee5e81fe7522633e4f66dec98be1f0b authored over 5 years ago by Prabir Shrestha <[email protected]>
Check &hidden for split window

Fixes #307

github.com/prabirshrestha/vim-lsp - bc7485361a9d632772514bc4a89455ef8025adb9 authored over 5 years ago by Yasuhiro Matsumoto <[email protected]>
Proper use of `kind` completion item property (#305)

* Proper use of `kind` completion item property
* Add tests for `kind` completion item property

github.com/prabirshrestha/vim-lsp - 0ef9fb7f1e26ffbff0e0c90da181a7a57984aa35 authored over 5 years ago by Ville Hakulinen <[email protected]>
If the user has "fixendofline" set, append a blank line to preserve the EOF newline (#302)

* If the user has "fixendofline" set, append a blank line to preserve the EOF newline
* Break u...

github.com/prabirshrestha/vim-lsp - e40175d972ba6bf5907e735caaa09ed8220990d6 authored over 5 years ago by Bryan Forbes <[email protected]>
Merge pull request #283 from prabirshrestha/format-range-sync

Add format-range-sync

github.com/prabirshrestha/vim-lsp - 62c2f94accaa66a19fcf667a8a904f2180c1859d authored over 5 years ago by mattn <[email protected]>
Merge pull request #253 from prabirshrestha/rename-prepare

Prepare range for rename

github.com/prabirshrestha/vim-lsp - 716c3e84d60b1ba41945e1aebcfa667eebae909e authored over 5 years ago by mattn <[email protected]>
Set position to start renaming

github.com/prabirshrestha/vim-lsp - c16ec24e7f3f2cc88e3b415e4202d2d339a360ad authored over 5 years ago by Yasuhiro Matsumoto <[email protected]>
Merge branch 'master' into rename-prepare

github.com/prabirshrestha/vim-lsp - d1058060bf56d8028b00717fbfd07f24155fadbe authored over 5 years ago by Yasuhiro Matsumoto <[email protected]>
Skip loading when vim is missing features (#271)

Avoid barfing up errors if user edits a file where lsp is configured,
but we can't run.

json...

github.com/prabirshrestha/vim-lsp - d961852dcdc094217eeda9b8b37409ea82258abc authored over 5 years ago by David Briscoe <[email protected]>
default g:lsp_use_event_queue to when using neovim or vim with patch-8.1.0889 (#299)

github.com/prabirshrestha/vim-lsp - fc163643560f71837e285459a2820928ea53beda authored over 5 years ago by Prabir Shrestha <[email protected]>
Fix E461 error in lsp#omni#get_vim_completion_item (#300)

github.com/prabirshrestha/vim-lsp - e36843112a7c0030e7903f18b0752c2df7130d0a authored over 5 years ago by Thomas Faingnaert <[email protected]>
Handle partial matches in omnicompletion (#295)

* Handle partial matches in omnicompletion
* Make remove_typed_part script-local
* Fix asyncom...

github.com/prabirshrestha/vim-lsp - 85888554b336f1fe0e2fdfcc517c442d95da6114 authored over 5 years ago by Thomas Faingnaert <[email protected]>
Merge pull request #298 from prabirshrestha/fix-diff

Fixes exception for empty list

github.com/prabirshrestha/vim-lsp - cf257bcd87f7bbca46fa2b29474a146593483905 authored over 5 years ago by mattn <[email protected]>
Add test

github.com/prabirshrestha/vim-lsp - 46fd937a730e26f2a5c3849682ddddcea973a521 authored over 5 years ago by Yasuhiro Matsumoto <[email protected]>
Fixes exception for empty list

github.com/prabirshrestha/vim-lsp - cf0ff507cd59958971142dcbdb54b82667cc1609 authored over 5 years ago by Yasuhiro Matsumoto <[email protected]>
Merge pull request #297 from prabirshrestha/error-codeaction

When codeaction fail, show errors

github.com/prabirshrestha/vim-lsp - de1c8c065251439639aa0afdab1521a89c7bce76 authored over 5 years ago by mattn <[email protected]>
Merge pull request #296 from prabirshrestha/throwpoint

Logging throwpoint

github.com/prabirshrestha/vim-lsp - 271b69a4b91b7da5f231a2ca3153adbbcae7b906 authored over 5 years ago by mattn <[email protected]>
Failed to codeAction

github.com/prabirshrestha/vim-lsp - 6eb1271697ec856505f02d99a0e1b435a5031955 authored over 5 years ago by Yasuhiro Matsumoto <[email protected]>
When codeaction fail, show errors

github.com/prabirshrestha/vim-lsp - ee93da00e475e04076d0805380edc23c34ac9449 authored over 5 years ago by Yasuhiro Matsumoto <[email protected]>
Logging throwpoint

github.com/prabirshrestha/vim-lsp - 60172d076c9416fe777a94ea57fd90cc70346dce authored over 5 years ago by Yasuhiro Matsumoto <[email protected]>
filtering with a:base must use stridx (#292)

* filtering with a:base must use stridx

* filter case insensitive

github.com/prabirshrestha/vim-lsp - 043340455683463a3c8f854b7ac4bdfed70089d9 authored over 5 years ago by mattn <[email protected]>
Merge pull request #290 from prabirshrestha/retab

Use spaces instead of tab

github.com/prabirshrestha/vim-lsp - 2224e50ba4f2cfa76675d47f8f50132bb03a26a3 authored over 5 years ago by mattn <[email protected]>