chore: updates README.md
This commit is contained in:
parent
36a7d55e71
commit
d8ccea5412
1 changed files with 4 additions and 12 deletions
16
README.md
16
README.md
|
@ -3,25 +3,17 @@
|
||||||
|
|
||||||
# The current setup
|
# The current setup
|
||||||
|
|
||||||
Terminal Emulator: [Alacritty](https://alacritty.org)
|
Terminal Emulator: [Kitty](https://sw.kovidgoyal.net/kitty/)
|
||||||
- blazing fast OpenGL
|
- fast GPU accelerated terminal emulator
|
||||||
- vi mode
|
- removes need for tmux (appreciate it)
|
||||||
- easy configuration
|
|
||||||
- sensible defaults
|
|
||||||
|
|
||||||
Shell: [fish](https://fishshell.com/)
|
Shell: [fish](https://fishshell.com/)
|
||||||
- completions
|
- completions
|
||||||
- sane scripting
|
- sane scripting
|
||||||
- user friendly
|
- user friendly
|
||||||
|
|
||||||
Terminal Multiplexer: [tmux](https://github.com/tmux/tmux/wiki)
|
|
||||||
- keyboard-based movements
|
|
||||||
- detatchable, saveable, multi-user sessions
|
|
||||||
- status bar customization
|
|
||||||
|
|
||||||
Text Editor: [neovim](https://neovim.io/)
|
Text Editor: [neovim](https://neovim.io/)
|
||||||
- vi-movements
|
- vi-movements
|
||||||
- great community, loads of plugins
|
- great community, loads of plugins
|
||||||
|
|
||||||
Code Completion & Language Servers: [Code of Completion / coc.nvim](https://github.com/neoclide/coc.nvim)
|
Code Completion & Language Servers: Neovim LSP & [Mason](https://github.com/williamboman/mason.nvim)
|
||||||
- LSP support
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue