Shell Setup
- Fish shell
- Fisher - Plugin manager
-
Tide - Shell theme. Use version 5:
fisher install ilancosman/tide@v5
- Nerd fonts - Powerline-patched fonts. I use Hack.
- z for fish - Directory jumping
-
Exa -
ls
replacement - ghq - Local Git repository organizer
- peco - Interactive filtering
NeoVim Setup
brew install neovim
npm install tree-sitter cli
brew install luajit
- Vim-Plug - minimalist plugin manager
- nvim-lspconfig - A collection of configurations for Neovim's built-in LSP
- nvim-treesitter - Treesitter configurations and abstraction layer for Neovim
- nvim-cmp - A completion plugin for neovim coded in Lua
- lspsaga.nvim - A light-weight LSP plugin based on Neovim built-in LSP with highly a performant UI
- telescope.nvim - A highly extendable fuzzy finder over lists
- defx.nvim - A file explorer
Top comments (0)