From d8ccea5412a2fe56aad3099f839422c787b19ecf Mon Sep 17 00:00:00 2001 From: Bogdan Buduroiu Date: Sat, 19 Oct 2024 13:14:27 +0800 Subject: [PATCH] chore: updates README.md --- README.md | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index e799817..4b4b008 100644 --- a/README.md +++ b/README.md @@ -3,25 +3,17 @@ # The current setup -Terminal Emulator: [Alacritty](https://alacritty.org) -- blazing fast OpenGL -- vi mode -- easy configuration -- sensible defaults +Terminal Emulator: [Kitty](https://sw.kovidgoyal.net/kitty/) +- fast GPU accelerated terminal emulator +- removes need for tmux (appreciate it) Shell: [fish](https://fishshell.com/) - completions - sane scripting - 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/) - vi-movements - great community, loads of plugins -Code Completion & Language Servers: [Code of Completion / coc.nvim](https://github.com/neoclide/coc.nvim) -- LSP support +Code Completion & Language Servers: Neovim LSP & [Mason](https://github.com/williamboman/mason.nvim)