vim-clojure-highlight icon indicating copy to clipboard operation
vim-clojure-highlight copied to clipboard

command `EnableSyntaxExtension` is not available

Open debaghtk opened this issue 7 years ago • 0 comments

I am using pathogen to install vim-clojure-highlight . I added these lines to my ~/.vimrc

autocmd BufRead *.clj try | silent! Require | catch /^Fireplace/ | endtry autocmd Syntax clojure EnableSyntaxExtension autocmd VimEnter * RainbowParenthesesToggle autocmd Syntax clojure RainbowParenthesesLoadRound autocmd Syntax clojure RainbowParenthesesLoadSquare autocmd Syntax clojure RainbowParenthesesLoadBraces

debaghtk avatar Apr 20 '17 04:04 debaghtk