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/locals.lua | |
| parent | 1ce1c73249cf5620726f9b00fd58cac1747b1e70 (diff) | |
Make luacheck happy
Diffstat (limited to 'lua/nvim-treesitter/locals.lua')
| -rw-r--r-- | lua/nvim-treesitter/locals.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lua/nvim-treesitter/locals.lua b/lua/nvim-treesitter/locals.lua index 8c7d400e..d3095334 100644 --- a/lua/nvim-treesitter/locals.lua +++ b/lua/nvim-treesitter/locals.lua @@ -2,7 +2,6 @@ -- Locals are a generalization of definition and scopes -- its the way nvim-treesitter uses to "understand" the code local api = vim.api -local ts = vim.treesitter local queries = require'nvim-treesitter.query' local parsers = require'nvim-treesitter.parsers' |
