Update README and add pictures
49
README.md
|
@ -1,14 +1,10 @@
|
||||||
```
|
|
||||||
████████╗██████╗ ██╗██╗ ██╗██╗ ██╗
|
|
||||||
╚══██╔══╝██╔══██╗██║╚██╗██╔╝╚██╗ ██╔╝
|
|
||||||
██║ ██████╔╝██║ ╚███╔╝ ╚████╔╝
|
|
||||||
██║ ██╔══██╗██║ ██╔██╗ ╚██╔╝
|
|
||||||
██║ ██║ ██║██║██╔╝ ██╗ ██║
|
|
||||||
╚═╝ ╚═╝ ╚═╝╚═╝╚═╝ ╚═╝ ╚═╝
|
|
||||||
```
|
|
||||||
|
|
||||||
Trtixy is a begginer friendy config for nevim, that aims to be powerfull while
|
<p align="center">
|
||||||
remaining minimal, compared to other nvim distributions.
|
<img src="pictures/trixy.png" />
|
||||||
|
</p>
|
||||||
|
|
||||||
|
|
||||||
|
# Trtixy is a begginer friendy distro of neovim, that aims to be powerfull while remaining minimal.
|
||||||
|
|
||||||
|
|
||||||
## Notable plugins and features include :
|
## 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
|
- `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)
|
||||||
|
|
||||||
|
|
BIN
pictures/chadtree.png
Normal file
After Width: | Height: | Size: 58 KiB |
BIN
pictures/errors.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
pictures/git.png
Normal file
After Width: | Height: | Size: 71 KiB |
Before Width: | Height: | Size: 55 KiB After Width: | Height: | Size: 55 KiB |
BIN
pictures/lps-cmp.png
Normal file
After Width: | Height: | Size: 35 KiB |
BIN
pictures/trixy-white.png
Normal file
After Width: | Height: | Size: 26 KiB |
BIN
pictures/trixy.png
Normal file
After Width: | Height: | Size: 9.6 KiB |
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 60 KiB |
BIN
pictures/zen.png
Normal file
After Width: | Height: | Size: 82 KiB |