diff options
| author | Stephan Seitz <stephan.seitz@fau.de> | 2020-07-04 18:28:17 +0200 |
|---|---|---|
| committer | Thomas Vigouroux <39092278+vigoux@users.noreply.github.com> | 2020-07-05 19:21:06 +0200 |
| commit | 5642507f6a35d2e25b1588a36d8ddfc525f1464d (patch) | |
| tree | d95ae24b0220deb9ce8674fea83fa6aba0747240 /lua/nvim-treesitter/utils.lua | |
| parent | 1ce1c73249cf5620726f9b00fd58cac1747b1e70 (diff) | |
Make luacheck happy
Diffstat (limited to 'lua/nvim-treesitter/utils.lua')
| -rw-r--r-- | lua/nvim-treesitter/utils.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lua/nvim-treesitter/utils.lua b/lua/nvim-treesitter/utils.lua index f5c65a0a..c87cee2d 100644 --- a/lua/nvim-treesitter/utils.lua +++ b/lua/nvim-treesitter/utils.lua @@ -1,7 +1,6 @@ local api = vim.api local fn = vim.fn local luv = vim.loop -local ts = vim.treesitter local M = {} |
