Commit Graph

  • e22c13cced Fix snippet completion Yasuhiro Matsumoto 2019-11-21 16:34:59 +09:00
  • 1eef992603 Merge pull request #569 from itchyny/fix-async-error-buf-changed mattn 2019-11-21 16:34:31 +09:00
  • 4d0ec0d698 Avoid wrong buffer open (#502) hrsh7th 2019-11-20 18:43:22 +09:00
  • fd40b2f4d6 fix error on switching the buffer with longer lines itchyny 2019-11-20 06:23:49 +09:00
  • e566dcd160 Use "P" instead of "p" to insert text (#550) Damien Radtke 2019-11-18 08:42:17 -06:00
  • 45d5bff9d7 add docs for g:lsp_log_file (#565) Prabir Shrestha 2019-11-16 16:47:45 -08:00
  • cb389127e9 fix travis ci for widows (#564) Prabir Shrestha 2019-11-16 16:27:58 -08:00
  • b2f3f086bc move version check to script Prabir 2019-11-15 04:18:13 -08:00
  • 5a207a7876 Avoid double tap feature in insert-mode (#558) hrsh7th 2019-11-15 21:16:18 +09:00
  • 6db5bd6c3b Add function to update workspace_config (#462) hiroebe 2019-11-15 13:27:29 +09:00
  • 0e811a2874 Filter completions (#391) Thomas Faingnaert 2019-11-15 05:08:16 +01:00
  • a1860ae476 Merge pull request #557 from hrsh7th/fix-folding-visual mattn 2019-11-13 15:32:59 +09:00
  • 28efdd0003 Fix canceling visual-mode when folding enabled. hrsh7th 2019-11-13 15:19:53 +09:00
  • efff12608f Add lsp#formatexpr() (#528) Timur Celik 2019-11-02 11:09:08 +01:00
  • 19e5b08361 Open Neovim floating windows with "minimal" style (#549) Damien Radtke 2019-11-02 04:52:02 -05:00
  • 7168f29c08 Merge pull request #552 from prabirshrestha/fix-err mattn 2019-11-02 12:34:21 +09:00
  • b82958c1db Use bufloaded instead Yasuhiro Matsumoto 2019-11-02 12:27:29 +09:00
  • 403e99e004 Merge pull request #535 from jackguo380/fix_455 mattn 2019-11-02 12:22:40 +09:00
  • 73968daf60 Ignore setting properties on unloaded buffer Yasuhiro Matsumoto 2019-11-02 12:20:12 +09:00
  • dd584dfcbf Add g:lsp_virtual_text_prefix option (#521) Utkarsh Maheshwari 2019-11-02 05:37:51 +05:30
  • 47a883d7b2 Fix empty locations handling (#538) glenvt18 2019-10-29 02:23:41 +03:00
  • 46af4cd601 Fix cancelling insert mode (#546) Thomas Faingnaert 2019-10-22 01:10:29 +02:00
  • 89fd2818fb Revert "Add buffer expression to bufwinnr call (#545)" (#547) Thomas Faingnaert 2019-10-22 01:08:55 +02:00
  • 86bb8b3492 Add buffer expression to bufwinnr call (#545) Thomas Faingnaert 2019-10-21 23:46:19 +02:00
  • 8e849e1f55 add line num args to prop_remove (#540) Kazuhiro Miyahara 2019-10-22 03:53:22 +09:00
  • 59daf85d39 get proper window number (#541) Kazuhiro Miyahara 2019-10-20 05:44:46 +09:00
  • 3349cdc443 Hotfix on_text_document_did_save() (#455) Jack Guo 2019-10-09 00:26:19 -07:00
  • cc6074a624 Remove duplicate LspTypeDefinition (#531) Thomas Faingnaert 2019-10-03 17:10:15 +02:00
  • db2b675397 Allow for MarkupContent in completion info (#500) Christian Clason 2019-10-03 16:17:40 +02:00
  • d5ab74c91e Fixup custom-kind (#529) Christian Clason 2019-10-03 14:58:57 +02:00
  • 550c7eb95a Allow custom server-specific symbol and completion item kind (#524) Christian Clason 2019-10-03 14:29:50 +02:00
  • a0b859d9ae Add gitter chat link (#526) Prabir Shrestha 2019-09-29 00:24:26 -07:00
  • e23a00e12d Merge pull request #518 from prabirshrestha/fix-516 mattn 2019-09-20 18:39:49 +09:00
  • a20a0c1da8 Add test Yasuhiro Matsumoto 2019-09-20 18:14:07 +09:00
  • 780e7538a4 Fix #516 Yasuhiro Matsumoto 2019-09-20 17:55:43 +09:00
  • 60a1d58b77 Fix #512 (#514) hrsh7th 2019-09-20 08:37:48 +09:00
  • da078b1096 Fix diagnostic highlighting on incorrect texts (#504) Vu Le 2019-09-11 23:00:55 +07:00
  • 34397f0b5f Merge pull request #488 from prabirshrestha/fix-textedit mattn 2019-09-10 23:35:07 +09:00
  • 906bd2eafe Use locationLink for definition preview (#498) Christian Clason 2019-09-10 16:20:56 +02:00
  • b68bc8ba35 Highlight active parameter in signatureHelp (#497) hrsh7th 2019-09-10 22:54:45 +09:00
  • ff94e63af8 Remove s:parse Yasuhiro Matsumoto 2019-09-10 10:01:03 +09:00
  • 4ee0799b4d Fix textEdit Yasuhiro Matsumoto 2019-09-09 23:31:15 +09:00
  • 90d568d2fa Merge branch 'master' into fix-textedit Yasuhiro Matsumoto 2019-09-09 14:58:12 +09:00
  • 3a6def04b9 Add test Yasuhiro Matsumoto 2019-09-09 14:29:17 +09:00
  • e9a428d2e1 Fix textEdit Yasuhiro Matsumoto 2019-09-09 13:07:20 +09:00
  • e7480252ec Check if buffer exists in folding textprops (#495) Thomas Faingnaert 2019-09-08 22:02:08 +02:00
  • d7e644c2a7 Nicer syntax highlighting for hover (#441) Thomas Faingnaert 2019-09-08 20:26:22 +02:00
  • 5fafaa3d72 Disable highlight ref by default (#492) Prabir Shrestha 2019-09-08 11:10:36 -07:00
  • 698eccaff3 Implement folding (#445) Thomas Faingnaert 2019-09-08 19:17:29 +02:00
  • 91535619e6 Check for codeActionKinds in codeActionProvider (#382) Timur Celik 2019-09-08 18:23:41 +02:00
  • 01a5a3198d Improve name of diagnostic variables. (#348) Tomasz Zurkowski 2019-09-08 18:21:34 +02:00
  • 3121f0a916 Multibyte-character support (Fix #425) (#490) machakann 2019-09-09 00:13:09 +08:00
  • 44e30a430d Use black hole register Yasuhiro Matsumoto 2019-09-08 22:10:29 +09:00
  • b1ed3dd843 Redraw message if async (#489) mattn 2019-09-08 07:34:32 +09:00
  • e6d4367db0 Add delay before didSave callback (#455) Jared Tiala 2019-09-07 23:33:52 +01:00
  • 886dfda496 Announce support for Item and Symbol kinds (#485) Christian Clason 2019-09-07 16:41:29 +02:00
  • ec3ba7457c Merge pull request #429 from smhc/signs_prio mattn 2019-09-07 23:32:16 +09:00
  • dd36602267 Fix a bug Yasuhiro Matsumoto 2019-09-07 22:47:19 +09:00
  • aebafac116 Fix a bug Yasuhiro Matsumoto 2019-09-07 22:39:27 +09:00
  • 13fac90000 Fix textEdit Yasuhiro Matsumoto 2019-09-07 22:15:48 +09:00
  • 96579bd0b3 Signature help (#479) mattn 2019-09-01 05:08:56 +09:00
  • 7e3625ed7a Merge branch 'master' into signs_prio smhc 2019-08-30 19:11:50 +10:00
  • 63b9bd6d7b Merge pull request #475 from tomwei7/master mattn 2019-08-30 16:15:53 +09:00
  • a00e902361 Merge pull request #467 from machakann/fix_highlight_misplacement mattn 2019-08-30 16:11:26 +09:00
  • fea601a820 Merge pull request #478 from clason/patch-1 mattn 2019-08-30 16:07:34 +09:00
  • 01321d1705 change camel case to separate words Christian Clason 2019-08-30 09:05:02 +02:00
  • e3772d98d5 Update SymbolKind to latest specification Christian Clason 2019-08-27 22:33:37 +02:00
  • 6d2f3adbf6 Avoid call getbufline twice wei cheng 2019-08-23 23:38:23 +08:00
  • 2cb386d294 Add g:lsp_signs_priority option (#470) Timur Celik 2019-08-22 20:48:12 +02:00
  • ad958ee352 Fix unable to jump unloaded buffer wei cheng 2019-08-22 23:10:39 +08:00
  • 73d98fc328 Rename lsp#utils#byteindex to lsp#utils#to_col machakann 2019-08-20 19:42:21 +08:00
  • 1ab8e838ef Fix float sizing in Neovim (#468) Thomas Faingnaert 2019-08-17 18:20:16 +02:00
  • 1090950a59 Merge pull request #449 from daisuzu/fix/tagstack mattn 2019-08-17 22:30:58 +09:00
  • 0534c79053 fix local variables Daisuke Suzuki 2019-08-17 21:50:51 +09:00
  • 6ee6e16aa5 refactor Daisuke Suzuki 2019-08-17 21:45:56 +09:00
  • 301d39bfd4 carve out Daisuke Suzuki 2019-08-17 21:44:48 +09:00
  • ccb2460fa6 Add tests for lsp#utils#byteindex() machakann 2019-08-17 14:05:55 +08:00
  • 83a3a2b004 Fix an lsp#utils#byteindex() error when the target buffer is not yet loaded Unknown 2019-08-14 22:08:12 +08:00
  • 1a22e19ee0 Add a comment machakann 2019-08-14 19:00:35 +08:00
  • 738e91f0af Check currently loaded buffers for location list (#466) Thomas Faingnaert 2019-08-13 15:14:42 +02:00
  • 9906e085f1 Convert character-index to byte-index for textprop and location-list Unknown 2019-08-11 15:50:49 +08:00
  • ce1488039a Fix hover on same identifier not working in Vim (#463) Thomas Faingnaert 2019-08-08 08:43:31 +02:00
  • e829ca02c2 Merge pull request #447 from hrsh7th/porting-vim-lsc-diff mattn 2019-07-26 16:44:16 +09:00
  • 8ab9f6f055 set bufnr Daisuke Suzuki 2019-07-26 09:45:18 +09:00
  • d6e88604c9 clear unnecessary items Daisuke Suzuki 2019-07-26 09:45:08 +09:00
  • 8fccf7a408 Add prefix 'l:' for local variables hrsh7th 2019-07-25 19:56:37 +09:00
  • a2e4e040d2 Re-porting vim-lsc's diff logic hrsh7th 2019-07-25 17:23:41 +09:00
  • 67e27494f5 Cleanup hover fix on missing filetype (#446) Thomas Faingnaert 2019-07-25 09:10:07 +02:00
  • 79d47fea15 Fix g:lsp_preview_max_width for Neovim (#440) Thomas Faingnaert 2019-07-24 09:40:02 +02:00
  • c2b7c23fdc Fix hover breaking on missing filetype (#443) Thomas Faingnaert 2019-07-24 09:12:35 +02:00
  • 55e6cd1749 Simplify conditionals in output.vim (#439) Thomas Faingnaert 2019-07-23 03:29:28 +02:00
  • 813ea77b91 Add LspPeekDefinition (#412) Thomas Faingnaert 2019-07-21 18:40:19 +02:00
  • 668405756b Clear all vim_lsp signs when disabling (#436) hiroebe 2019-07-22 01:35:18 +09:00
  • 6de0ccd6fb Fix lsp#disable() to disable all ui features (#437) hiroebe 2019-07-19 05:53:02 +09:00
  • 9507824842 Fix namespace for clearing highlights (#432) hiroebe 2019-07-18 13:13:31 +09:00
  • 91751670ed Allow setting popup max width (#416) Thomas Faingnaert 2019-07-18 06:01:07 +02:00
  • 4006768fb4 call settagstack so that user can jump back to recent file positions by C-t (#435) kailin4u 2019-07-18 11:50:32 +08:00
  • c91d0d52e5 Fix echo diagnostics message with showcmd (#433) Colin Cheng 2019-07-15 02:28:31 +08:00
  • ed304dbb8a Fix LspDocumentFormat not working as expected (#410) Thomas Faingnaert 2019-07-11 22:41:15 +02:00
  • 1d48fc83e2 Implement workspace/configuration (#427) Thomas Faingnaert 2019-07-11 22:39:06 +02:00