diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2021-04-14 12:04:39 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2021-04-14 12:04:39 +0200 |
commit | 7d0a1706ecf95f20275f2b55340e18e37fa512bd (patch) | |
tree | 77939a74bc7a6ef1edf1cca00dcb60c9c12ff706 /README.md | |
parent | 8c28a9cfca2ed13ed7e69f6d427fc89afdb2358e (diff) | |
download | vim-polyglot-7d0a1706ecf95f20275f2b55340e18e37fa512bd.tar.gz vim-polyglot-7d0a1706ecf95f20275f2b55340e18e37fa512bd.zip |
Switch clojure provider, closes #685
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -57,7 +57,7 @@ On top of all language packs from [vim repository](https://github.com/vim/vim/tr - [caddyfile](https://github.com/isobit/vim-caddyfile) - [carp](https://github.com/hellerve/carp-vim) (Syntax highlighting for carp files) - [cjsx](https://github.com/mtscout6/vim-cjsx) -- [clojure](https://github.com/guns/vim-clojure-static) (Clojure syntax highlighting for clj, boot, cl2, cljc, cljs, cljs.hl, cljscm, cljx, hic and edn files) +- [clojure](https://github.com/clojure-vim/clojure.vim) (Clojure syntax highlighting for clj, boot, cl2, cljc, cljs, cljs.hl, cljscm, cljx, hic and edn files) - [cmake](https://github.com/pboettch/vim-cmake-syntax) (CMake syntax highlighting for cmake and cmake.in files) - [coffee-script](https://github.com/kchmck/vim-coffee-script) (CoffeeScript and Literate CoffeeScript syntax highlighting for coffee, cake, cjsx, iced, coffeekup, cson, litcoffee and coffee.md files) - [cpp-modern](https://github.com/bfrg/vim-cpp-modern) |