Best Developer Setup (Fish Shell & NeoVim & VSCode Ext. Pack )
Bekircan
Posted on March 21, 2022
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
Vscode Plugins
- Spirit Ship Pack This package covers all the needs of a full stack developer
💖 💪 🙅 🚩
Bekircan
Posted on March 21, 2022
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.