Find a file
Oliver Davies 28c5ae22f9 refactor(nvim): remove nvim-lspinstall
Remove the kabouzeid/nvim-lspinstall plugin and configure the language
servers in init.lua.

I don't use all of the languages bundled with nvim-lspinstall, and the
ones that I use are already installed via Ansible in my
ubuntu-provisioning repository.

Fixes #20
2021-10-13 08:57:23 +01:00
alacritty/.config/alacritty fix(alacritty): fix background transparency 2021-10-06 22:17:26 +01:00
bin/bin chore(tmux): search in ~/Documents/Books 2021-09-24 12:54:07 +01:00
composer/.composer Use stow for managing dotfiles 2021-07-27 14:38:40 +01:00
dconf/.config Use stow for managing dotfiles 2021-07-27 14:38:40 +01:00
git fix(git): Use nvim as editor 2021-08-07 01:22:50 +01:00
nvim/.config/nvim refactor(nvim): remove nvim-lspinstall 2021-10-13 08:57:23 +01:00
tmux fix(tmux): Re-add italic text 2021-08-09 22:53:38 +01:00
zsh feat(zsh): search history using up and down arrows 2021-10-06 18:43:19 +01:00
.gitignore chore: remove .netrwhist 2021-09-28 08:33:59 +01:00
README.md refactor: Rename vim to nvim 2021-08-11 09:45:34 +01:00

dotfiles

My personal dotfiles, originally for macOS only but currently being adapted for use on Linux based systems (Ubuntu and Pop!_OS in particular) where needed.

Installation

stow alacritty bin composer dconf git nvim tmux zsh

Inspiration