Removed installation script and updated README

This commit is contained in:
Јован Ђокић-Шумарац 2023-08-02 22:20:15 +02:00
parent 26e7e315b9
commit 4e7f38cee6
2 changed files with 14 additions and 10 deletions

View file

@ -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)

View file

@ -1,5 +0,0 @@
#!/bin/sh
# INSTALL CONFIG
nvim +"Lazy sync"