Switching to NeoVim

I've been planning on trying out neovim again, but couldn't remember what the issue was last time I tried it, so I tried quickly again and found back:

Powerline isn't compatible with it.

And the previous time I wasn't willing to play too much with my configuration so I didn't …

more ...

Home Automation (part 3)

My current Home-Assistant setup

Currently my HA homepage looks like this:

ha-ui

Let's first go over the various parts of the UI, and how my setup is currently working befor diving into the configuration file details.

The web UI

  • At the top, we have the status of …
more ...

.vimrc

As a reference, here is my current .vimrc file, stripped from a few things specific to my current job:

" ---------------
" Start Plug
" ---------------
call plug#begin('~/.vim/plugged')

" git
Plug 'tpope/vim-fugitive'

" utils
Plug 'rking/ag.vim'         " ag fro grepping in vim
Plug 'tpope/vim-commentary' " gcc gc etc for commenting
Plug 'tpope …
more ...

Pages

  • About Me