Commit Graph

  • 2e5958e7c9 diagnostic api changes ray-x 2021-09-18 01:52:35 +1000
  • 905f9fa233 diagnostic refact PR https://github.com/neovim/neovim/pull/15585 ray-x 2021-09-17 19:57:29 +1000
  • 16ab2c1b6a setup lsp_signature from navigator ray-x 2021-09-16 17:59:35 +1000
  • 613e6f0b6f add ctx to error marker handler ray-x 2021-09-15 21:28:50 +1000
  • 8170957649 Tuning diagnostic performance, add codelens inline hint function ray-x 2021-09-15 13:09:17 +1000
  • c50dd311f3 multigrid support ray-x 2021-09-14 20:20:39 +1000
  • 90039247b4 jdtls, enable signature by default ray-x 2021-09-14 10:41:13 +1000
  • 91e22f5e71
    Lv thread (#60) rayx 2021-09-13 23:18:54 +1000
  • b8a61be76c diagnostic skip loading files ray-x 2021-09-13 21:27:53 +1000
  • 3b22c8d1be reverse severity sort ray-x 2021-09-13 20:17:28 +1000
  • 12f0ae5242 merge master, adjust diagnostic text change debounce timer ray-x 2021-09-13 09:09:39 +1000
  • 9be1e83bdc debounce text change to 1s ray-x 2021-09-13 09:07:57 +1000
  • e1a9b47e8f disable debug ray-x 2021-09-12 14:48:13 +1000
  • 507ad0b146 error marker uri error ray-x 2021-09-12 14:35:20 +1000
  • 9dcb83715c error marker uri nil handling ray-x 2021-09-12 14:21:49 +1000
  • 463ae2e7a6 skip diagnostic check in edit mode ray-x 2021-09-12 13:59:24 +1000
  • 2100e9a29c README updates ray-x 2021-09-12 10:01:46 +1000
  • 24d729287b remove ::continue:: ray-x 2021-09-10 21:40:59 +1000
  • fe4a306b71 Thread enable for display and backend ray-x 2021-09-10 15:52:43 +1000
  • 009b859cb4 not run ts def multiple time ray-x 2021-09-10 12:28:08 +1000
  • 1f81fdce59 update tersts, update total display ray-x 2021-09-10 12:17:26 +1000
  • f22ed30666 commit ray-x 2021-09-10 10:38:42 +1000
  • 6f81e60e7d got win error ray-x 2021-09-10 10:24:32 +1000
  • 26012cf9c1 Merge vim.loop changes (replacing vim.fn.getcwd) ray-x 2021-09-09 12:59:58 +1000
  • 0dc5851d1c Update coedelens in README.md ray-x 2021-09-08 11:12:20 +1000
  • 2cb2b23c6d Add split options when open preview file ray-x 2021-09-08 08:38:07 +1000
  • 890b3c5f7f keymapping #57 ray-x 2021-09-08 01:48:42 +1000
  • 2a174d8eb4 typo, cleanup ray-x 2021-09-08 01:06:58 +1000
  • 22028ff82e #57 refactor keymapping on lsp attach ray-x 2021-09-07 21:08:00 +1000
  • d60b3c4024 keymapping for signature. Align to lspconfig default ray-x 2021-09-06 11:36:31 +1000
  • 08dba1beb6
    Nvim 0 6 lsp signature changes (#56) rayx 2021-09-06 08:34:26 +1000
  • d150f04f1b bugfix github workflow ray-x 2021-09-06 08:31:16 +1000
  • ebd3cd760a gh test workflow ray-x 2021-09-05 21:28:16 +1000
  • 040c13a84c bugfix for code lens for neovim 0.6 ray-x 2021-09-05 20:09:46 +1000
  • 4efe56c1e5 bugfix diagnostic error ray-x 2021-09-05 17:08:20 +1000
  • db35fbb3c6 initical commit ray-x 2021-09-05 14:55:11 +1000
  • f33a3e8e7d allow preview more lines ray-x 2021-09-04 18:49:08 +1000
  • b9f8ed3c55 show error messages neovim_0_5 ray-x 2021-09-04 16:55:02 +1000
  • 56479a0339 add gitignore, remove logs and print statement ray-x 2021-09-01 17:14:00 +1000
  • 2d1aa63b93 Merge branch 'master' of github.com:ray-x/navigator.lua ray-x 2021-09-01 15:25:26 +1000
  • cde5c6be5c strange code action casued cursor drifting. disable codeaction in insert mode ray-x 2021-09-01 15:25:11 +1000
  • d771df0fa7
    Name change lspinstall to nvim-lspinstall in lazy loader (#54) Matt Bailey 2021-08-31 16:00:25 -0700
  • 4cee7f53be
    Name change lspinstall to nvim-lspinstall in lazy loader Matt Bailey 2021-08-31 15:36:59 -0700
  • e36809759b clean up logs ray-x 2021-08-31 15:03:12 +1000
  • e37b52ffc1 allow using number 1~9 to quick jump to item in the list ray-x 2021-08-31 12:50:37 +1000
  • be888b94a1 #53 <BS> remap for rename ray-x 2021-08-31 07:38:34 +1000
  • 5b65d8f389 Update document regarding code lens ray-x 2021-08-30 12:22:10 +1000
  • 940349759b Feature: LRU cache for search result ray-x 2021-08-29 17:35:46 +1000
  • d39cf20903 disable all lsp #49 by setting disable_lsp='all' ray-x 2021-08-27 10:25:48 +1000
  • dd4b04159d lsp nerdfont for cmp ray-x 2021-08-26 16:19:03 +1000
  • 01f97aa665 capabilities default. based on cmp nvim-lsp suggestions ray-x 2021-08-26 10:36:35 +1000
  • 5c7925a54a
    Fix for ]d being mapped to diagnostic.goto_next. It has been changed to diagnostic.goto_prev that should be the behaviour according to the readme. (#47) Behzad 2021-08-26 03:50:22 +0430
  • c49096dff5
    Fix for ]d being mapped to diagnostic.goto_next. It has been changed to diagnostic.goto_prev that should be the behaviour according to the readme. BehzadE 2021-08-25 21:05:53 +0430
  • 0038f13c62
    Workflow (#46) rayx 2021-08-24 21:18:00 +1000
  • c6aeaec126 wait for gopls ray-x 2021-08-24 21:16:28 +1000
  • 99f863e4c4 remove debug ray-x 2021-08-24 20:42:27 +1000
  • 56cd0d6d33 test ray-x 2021-08-24 20:33:49 +1000
  • f2e86dbbe7 one more try ray-x 2021-08-24 20:21:43 +1000
  • 39c48844c6 reload lspconfig ray-x 2021-08-24 20:09:29 +1000
  • 8b5e866e24 test gopls ray-x 2021-08-24 20:08:36 +1000
  • 5845ee3139 reference timing ray-x 2021-08-24 19:57:19 +1000
  • 3f41ff3cd4 check gopls readiness ray-x 2021-08-24 17:49:10 +1000
  • a3dd6ebcc4 spec test, allow gopls start ray-x 2021-08-24 17:37:45 +1000
  • ce449c440b add lspconfig in tests ray-x 2021-08-24 17:31:09 +1000
  • 1373bc3856 update ci and install gopls ray-x 2021-08-24 17:24:42 +1000
  • 72e0b4e1e4 github workflow and reference spec test ray-x 2021-08-24 17:14:43 +1000
  • e1b647234b update minium.vim ray-x 2021-08-24 17:12:42 +1000
  • 378b9a2ed1 add github action and unit tests ray-x 2021-08-24 17:06:55 +1000
  • b292c2b981 Merge branch 'master' of github.com:ray-x/navigator.lua ray-x 2021-08-24 09:17:33 +1000
  • f5a1fc747b add diagnostic_virtual_text, #42 ray-x 2021-08-24 09:17:20 +1000
  • acc0a727fe
    Patch 1 (#44) Beau 2021-08-23 22:17:47 +1000
  • b64f0d7295
    Fix more typos Beau 2021-08-23 22:09:57 +1000
  • 3314f35e1f
    Fix small typo Beau 2021-08-23 22:07:02 +1000
  • aef51cc696 allow config codelens icon ray-x 2021-08-23 12:56:59 +1000
  • 78e574cbcd codelens setup for gopls ray-x 2021-08-23 12:56:04 +1000
  • 369233a758 change print info to log. codelens is not supported by lots of lsp ray-x 2021-08-22 21:19:40 +1000
  • a200c1db2b Update UI for code lens ray-x 2021-08-22 20:13:00 +1000
  • 58ac955777 codelens support, foldelsp ray-x 2021-08-22 09:19:11 +1000
  • 48faeb69ab add autoload file ray-x 2021-08-20 01:20:08 +1000
  • 51d32b26b9 Feature: Treesitter folding ray-x 2021-08-20 01:19:38 +1000
  • d29ce05d16 New treesitter util helper to find node type in current line ray-x 2021-08-20 01:14:03 +1000
  • 04cf51f6c8 feature: blur effect ray-x 2021-08-19 09:56:17 +1000
  • 4f262e9909 deprecate pyls ray-x 2021-08-18 12:18:07 +1000
  • 3c4838164b Update README.md ray-x 2021-08-18 11:25:28 +1000
  • a1bd077939 bugfix #41 extra <cmd> in keymapping ray-x 2021-08-18 10:45:49 +1000
  • d04159f633 bugfix #40 handle nil lsp setup ray-x 2021-08-18 10:31:20 +1000
  • a85c3e89ae do not load lsp if server executable is not valid ray-x 2021-08-17 19:13:05 +1000
  • 0584a5cd06 feature: diagnostic sign in scroll bar area enable by default ray-x 2021-08-17 08:32:17 +1000
  • 7dd5d50691 update default treebindings #39 ray-x 2021-08-15 19:46:30 +1000
  • 4ff9aa47a3 diagnosticDelay and watchedFileDelay update for gopls (0.7.1) ray-x 2021-08-14 13:05:40 +1000
  • ef995eeb7e border setup for diagnostic ray-x 2021-08-12 23:34:27 +1000
  • f16a04482d add config for showing error in quickfix ray-x 2021-08-12 12:25:15 +1000
  • 54906cebaf Diagnostic error per buffer ray-x 2021-08-10 15:27:20 +1000
  • 96e9772d5b bugfix: virtual marker out of range for diag ray-x 2021-08-10 09:48:49 +1000
  • 747db16f59 clean namespace, update doc ray-x 2021-08-10 02:03:51 +1000
  • 2c11296b70 Feature: show diagnostics info summary in scrollbar area ray-x 2021-08-10 01:09:53 +1000
  • d034edbe0e add lspinstall ray-x 2021-08-06 17:24:03 +1000
  • 6c753645c3 close the quickfix if there is no diagnostic errors ray-x 2021-08-03 11:24:51 +1000
  • 3d170771e9 update diangostic event handler ray-x 2021-08-01 23:32:55 +1000
  • 1fa56d20a5 set_loclist update ray-x 2021-07-31 15:21:14 +1000