diff --git a/README.md b/README.md index 0556640..a562b39 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,10 @@ -``` -████████╗██████╗ ██╗██╗ ██╗██╗ ██╗ -╚══██╔══╝██╔══██╗██║╚██╗██╔╝╚██╗ ██╔╝ - ██║ ██████╔╝██║ ╚███╔╝ ╚████╔╝ - ██║ ██╔══██╗██║ ██╔██╗ ╚██╔╝ - ██║ ██║ ██║██║██╔╝ ██╗ ██║ - ╚═╝ ╚═╝ ╚═╝╚═╝╚═╝ ╚═╝ ╚═╝ -``` -Trtixy is a begginer friendy config for nevim, that aims to be powerfull while -remaining minimal, compared to other nvim distributions. +

+ +

+ + +# Trtixy is a begginer friendy distro of neovim, that aims to be powerfull while remaining minimal. ## Notable plugins and features include : @@ -26,14 +22,35 @@ remaining minimal, compared to other nvim distributions. - `lsp-zero` as a language server setup, simply briliant -## Installation +# Installation ``` -git clone https://gitlab.com/sumarac/trixy ~/.config/nvim/ +$ git clone https://gitlab.com/sumarac/trixy ~/.config/nvim/ +nvim +"Lazy sync" ``` -It should pull Lazy.nvim itself, and also all of the plugins. +It should pull Lazy.nvim itself, and also all of the plugins. Run :Mason to install your Language Servers of choice. -## Screenshots -![image](veil.png) -![image](code.png) + + +# Screenshots + +### Dashboard with screensaver falling leaves +![image](pictures/veil.png) + +### Highlighting current scope +![image](pictures/hlchunks.png) + +### File tree +![image](pictures/chadtree.png) + +### Language Server +![image](pictures/lsp-cmp.png) +![image](pictures/errors.png) + +### Zen mode, with twilight +![image](pictures/zen.png) + +### Git integration +![image](pictures/git.png) + diff --git a/pictures/chadtree.png b/pictures/chadtree.png new file mode 100644 index 0000000..f4c862d Binary files /dev/null and b/pictures/chadtree.png differ diff --git a/pictures/errors.png b/pictures/errors.png new file mode 100644 index 0000000..19438c7 Binary files /dev/null and b/pictures/errors.png differ diff --git a/pictures/git.png b/pictures/git.png new file mode 100644 index 0000000..4960c50 Binary files /dev/null and b/pictures/git.png differ diff --git a/code.png b/pictures/hlchunks.png similarity index 100% rename from code.png rename to pictures/hlchunks.png diff --git a/pictures/lps-cmp.png b/pictures/lps-cmp.png new file mode 100644 index 0000000..4f21f34 Binary files /dev/null and b/pictures/lps-cmp.png differ diff --git a/pictures/trixy-white.png b/pictures/trixy-white.png new file mode 100644 index 0000000..5e3f7d0 Binary files /dev/null and b/pictures/trixy-white.png differ diff --git a/pictures/trixy.png b/pictures/trixy.png new file mode 100644 index 0000000..fe3ac61 Binary files /dev/null and b/pictures/trixy.png differ diff --git a/veil.png b/pictures/veil.png similarity index 100% rename from veil.png rename to pictures/veil.png diff --git a/pictures/zen.png b/pictures/zen.png new file mode 100644 index 0000000..1904328 Binary files /dev/null and b/pictures/zen.png differ