Files
telescope.nvim/scratch/short_buf.lua
TJ DeVries 0b2c801978 feat: buf highlights for current buffer fuzzy find (#732)
* feat: Add buffer highlights from treesitter

* fix: Handle not having tree sitter in some buffers

* fixup

* fixup

* fixup: move back to old node
2021-04-06 19:59:42 -04:00

5 lines
65 B
Lua

local x = {}
print(x); print("wow");
local function other() end