These are my personal preferences for my system.
- Neovim config
- tmux config
- ZSH Shell
- Oh My Zsh
- zsh-z - directory jumping for zsh
- fzf - fuzzy search for zsh
- Nerd font - Powerline-patched fonts
- MonoLisa font
- Lazygit - simple terminal UI for git commands
- ripgrep - directory searches with regex pattern
- tmux - terminal multiplexer
- Neovim - text editor
Requires Neovim >= 0.8
- wbthomason/packer.nvim - A plugin manager for neovim
- folke/tokyonight.nvim - A dark and light Neovim theme written in Lua
- nvim-lualine/lualine.nvim - A blazing fast and easy to configure neovim statusline
- nvim-lua/plenary.nvim - All the lua functions I don't want to write twice.
- onsails/lspkind-nvim - VSCode-like pictograms for neovim lsp completion items
- hrsh7th/cmp-buffer - nvim-cmp source for buffer words
- hrsh7th/cmp-nvim-lsp - nvim-cmp source for neovim's built-in language server client
- hrsh7th/nvim-cmp - A completion plugin for neovim coded in Lua
- neovim/nvim-lspconfig - Quickstart configs for Nvim LSP
- jose-elias-alvarez/null-ls.nvim - Use Neovim as a language server to inject LSP diagnostics, code actions, and more via Lua
- williamboman/mason.nvim - Easily install and manage LSP servers, DAP servers, linters, and formatters
- williamboman/mason-lspconfig.nvim - Extension to mason.nvim that makes it easier to use lspconfig with mason.nvim
- lukas-reineke/indent-blankline.nvim - Indent guides for Neovim
- glepnir/lspsaga.nvim - Neovim LSP plugin
- L3MON4D3/LuaSnip - Snippet Engine for Neovim written in Lua
- nvim-treesitter/nvim-treesitter - Nvim Treesitter configurations and abstraction layer
- kyazdani42/nvim-web-devicons - Adds file type icons to Neovim
- nvim-telescope/telescope.nvim - Find, Filter, Preview, Pick. All lua, all the time
- windwp/nvim-autopairs - autopairs for neovim written by lua
- windwp/nvim-ts-autotag - Use treesitter to auto close and auto rename html tag
- norcalli/nvim-colorizer.lua - The fastest Neovim colorizer
- iamcco/markdown-preview.nvim - markdown preview plugin for (neo)vim
- akinsho/nvim-bufferline.lua - A snazzy bufferline for Neovim
- github/copilot.vim - Neovim plugin for GitHub Copilot
- lewis6991/gitsigns.nvim - Git integration for buffers
- dinhhuy258/git.nvim - A Git wrapper for Neovim
- numToStr/Comment.nvim - Smart and powerful comment plugin for neovim
- nvim-tree/nvim-tree.lua - A file explorer tree for neovim written in lua
- mbbill/undotree - The undo history visualizer for VIM