Michael Bruce
Michael Bruce
This snippet allows you to swap between languages servers: ``` function! SwapLanguageServer(config) LSClientDisable for [filetype, config] in items(a:config) call RegisterLanguageServer(filetype, config) endfor LSClientEnable endfunction command! Tailwind :call SwapLanguageServer(g:tailwind_server_config) command! JS...
Hi, I've recently built this project (thanks for making it!) It didn't work initially until I softlinked the ncurses library like so: `sudo mkdir /usr/local/opt && ln -s /opt/homebrew/Cellar/ncurses/6.3 /usr/local/opt/ncurses`...
Just a quick tidy up I spotted while using figwheel 👍
Hi guys, Just started using inf-clojure and it's great as a simple tool. I wrote a helper function for my personal use that I think may be useful to include...