aboutsummaryrefslogtreecommitdiff
path: root/test/functional/plugin/lsp/helpers.lua
diff options
context:
space:
mode:
authorJohn Drouhard <john@drouhard.dev>2022-11-23 10:06:36 -0600
committerJohn Drouhard <john@drouhard.dev>2022-12-08 11:31:56 -0600
commit9f035559defd9d575f37fd825954610065d9cf96 (patch)
tree53d4bb16095fafb481aacdfe6e52febbfd66327c /test/functional/plugin/lsp/helpers.lua
parent5e0c74cd82ce75510b15e63a1b0b51cf70cdf47f (diff)
downloadrneovim-9f035559defd9d575f37fd825954610065d9cf96.tar.gz
rneovim-9f035559defd9d575f37fd825954610065d9cf96.tar.bz2
rneovim-9f035559defd9d575f37fd825954610065d9cf96.zip
feat(lsp): initial support for semantic token highlighting
* credit to @smolck and @theHamsta for their contributions in laying the groundwork for this feature and for their work on some of the helper utility functions and tests
Diffstat (limited to 'test/functional/plugin/lsp/helpers.lua')
-rw-r--r--test/functional/plugin/lsp/helpers.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/plugin/lsp/helpers.lua b/test/functional/plugin/lsp/helpers.lua
index 41b4db75cf..1363ab894d 100644
--- a/test/functional/plugin/lsp/helpers.lua
+++ b/test/functional/plugin/lsp/helpers.lua
@@ -1,4 +1,4 @@
-local helpers = require('test.functional.helpers')(after_each)
+local helpers = require('test.functional.helpers')(nil)
local clear = helpers.clear
local exec_lua = helpers.exec_lua