diff options
| author | Stephan Seitz <stephan.seitz@fau.de> | 2021-04-05 14:37:53 +0200 |
|---|---|---|
| committer | Stephan Seitz <stephan.lauf@yahoo.de> | 2021-05-17 20:45:31 +0200 |
| commit | 64f13eace5c7fa3b2b99c05cadbbe46f1f3a0aad (patch) | |
| tree | ff6729054832a327eefac58e313aeb309f386fa6 /lua | |
| parent | e197736061378b5ccc510241ebec0bb765d69fa7 (diff) | |
Extend CL highlights
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index d5aec787..aa3665d2 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -56,7 +56,7 @@ list.clojure = { list.commonlisp = { install_info = { - url = "~/projects/tree-sitter-commonlisp", + url = "https://github.com/theHamsta/tree-sitter-commonlisp", files = { "src/parser.c" }, }, filetype = 'lisp', |
