From 12ca7e6ced550759639037b1032e8de28bcda581 Mon Sep 17 00:00:00 2001 From: JellyApple102 <48893929+JellyApple102@users.noreply.github.com> Date: Fri, 24 Sep 2021 12:20:36 -0400 Subject: [PATCH] update README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 65327c1..bfe6210 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ parser_config.dfraw = { } ``` Wrap in `lua << EOF` and `EOF` to use in `init.vim`. +Then run `:TSInstall dfraw`. By default it is setup to start for any file of type 'text' or 'dfraw'. If you would not like to use it for all text files you can add a custom filetype to neovim. Example `.config/nvim/scripts.vim`: