Removed installation script and updated README
This commit is contained in:
parent
26e7e315b9
commit
4e7f38cee6
19
README.md
19
README.md
|
@ -11,11 +11,7 @@ Trtixy is a begginer friendy config for nevim, that aims to be powerfull while
|
|||
remaining minimal, compared to other nvim distributions.
|
||||
|
||||
|
||||
![image](veil.png)
|
||||
![image](code.png)
|
||||
|
||||
|
||||
### Notable plugins and features include :
|
||||
## Notable plugins and features include :
|
||||
- `onedark` and `nightfox` colorschemes
|
||||
- `zen-mode` with `twilight`
|
||||
- new, modern ui by `nui` and `noice`
|
||||
|
@ -28,3 +24,16 @@ remaining minimal, compared to other nvim distributions.
|
|||
- `veil` as a dashboard and startpage
|
||||
- `chadtree` for file tree view
|
||||
- `lsp-zero` as a language server setup, simply briliant
|
||||
|
||||
|
||||
## Installation
|
||||
```
|
||||
git clone https://gitlab.com/sumarac/trixy ~/.config/nvim/
|
||||
```
|
||||
It should pull Lazy.nvim itself, and also all of the plugins.
|
||||
|
||||
|
||||
## Screenshots
|
||||
|
||||
![image](veil.png)
|
||||
![image](code.png)
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
|
||||
# INSTALL CONFIG
|
||||
nvim +"Lazy sync"
|
Loading…
Reference in a new issue