gaalcaras / ncm-R

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

how update word_pattern to something like `fig:testplot` #32

Open mingsu opened 3 years ago

mingsu commented 3 years ago

Current configuration doesn't support to autocomplete figure or table labels in Rmarkdown files.

```{r testplot, fig.caption = "This is test plot"}
plot(1)

Please see Fig. \@ref(fig:|...

I want to auto complete to fig:testplot