gaalcaras / ncm-R

R autocompletion for Neovim and vim 8 :memo: :bar_chart: :zap:
GNU General Public License v3.0
118 stars 10 forks source link

Restricting auto complete for $ — way too many showing #30

Open wejrowski opened 4 years ago

wejrowski commented 4 years ago

I'm having tons of options show up for auto complete after a var$ syntax. I'm using ctags so perhaps I need to tweak something to restrict for R files, but I'm also seeing R keywords show up after the dollar sign. Does anyone know how to restrict the tab completion after the dollar sign to only variables within that dataset?