Custom configuration files for various tools, including neovim, fish and more.
I run all of this in kitty on macOS, managed with rcm.
- macOS
- homebrew
- Clone this repo
git clone [email protected]:LkeMitchll/Dotfiles.git ~/.dotfiles
. - Install homebrew.
- Run
cd ~/.dotfiles & chmod +x ./setup.sh & ./setup.sh
.
I try to keep my neovim setup as minimal as I can, I manage my plugins using mini.deps. The primary plugins I use in Neovim are:
- lsp-zero.nvim - Toolkit to configure LSP and snippets
- mini.nvim - A collection of minimal but useful plugins
- neogit - An excellent git integration
I try to keep my kitty config light, but some things of note:
- My colorscheme, is tokyonight
- I make use of vim-kitty-navigator
I use fish as it feels modern, and includes functionality that would otherwise need a plugin (suggestions, substring-autocomplete etc.), some small things of note:
- I wrote a simple script to start kitty sessions
- I use a two-line prompt, loosely based on bira