mirror of
https://github.com/JellyApple102/tree-sitter-dfraw.git
synced 2024-11-22 14:09:20 +02:00
update README
This commit is contained in:
parent
ce565bfe31
commit
12ca7e6ced
|
@ -31,6 +31,7 @@ parser_config.dfraw = {
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
Wrap in `lua << EOF` and `EOF` to use in `init.vim`.
|
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.
|
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`:
|
Example `.config/nvim/scripts.vim`:
|
||||||
|
|
Loading…
Reference in New Issue