Tag: editors
-
VSCode Neovim setup
I recently switched over to using the vscode-neovim extension for VSCode. What wasn’t obvious though was how to get a plugin manager and plugins / vim customisations working. I’ll add here quickly my plugins setup as I’m using vim-surround, and a bunch of Tim Pope plugins: I’m on Linux / Ubuntu 22.04, with nvim installed…
-
Vim Airline Powerline fonts on Fedora, Ubuntu and Windows
N.B. I’ve also answered this on Vi Stack Exchange, but I’m posting it here as it took a lot of work. This took hours to figure out, so here’s more of a dummies guide for Fedora/Ubuntu, with a special section for Windows. The first is figuring out what the hell are those strange but nice…
-
Installing Haskell ++ Emacs on Windows

Haskell Firstly install the haskell-stack chocolatey package: choco install -y haskell-stack For me that perfectly installed haskell and meant that I could run stack commands and have stack ghci running in a DOS prompt. Emacs Chocolatey has an Emacs package: choco install -y emacs This puts the emacs binaries into the chocolatey bin directory. Then…