lua <<EOF require'nvim-treesitter.configs'.setup { refactor = { highlight_definitions = { enable = true, -- Set to false if you have an `updatetime` of ~100. clear_on_cursor_move = true, }, }, } EOF Highlight current scope Highlights the block from the current scope where the...
Error detected while processing /home/maitra/.config/nvim/init.vim[5]: line 45: E5108: Error executing lua [string ":lua"]:1: module 'cmp' not found: no field package.preload['cmp'] no file './cmp.lua' no file '/usr/share/luajit-2.1/cmp.lua' no file '/usr/local/share/lua...
Edit: I realize I use the latest nvim-treesitter and stable neovim, and not nightly, maybe there are changes on nightly which makes the module group actually highlight to something. I would still argue that the operator captures should be removed though and the dot for qualified module/recor...