From 4e7f38cee69e2816537027f7ae6dfe5129866d78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=88=D0=BE=D0=B2=D0=B0=D0=BD=20=D0=82=D0=BE=D0=BA=D0=B8?= =?UTF-8?q?=D1=9B-=D0=A8=D1=83=D0=BC=D0=B0=D1=80=D0=B0=D1=86?= Date: Wed, 2 Aug 2023 22:20:15 +0200 Subject: [PATCH] Removed installation script and updated README --- README.md | 19 ++++++++++++++----- vimstall.sh | 5 ----- 2 files changed, 14 insertions(+), 10 deletions(-) delete mode 100755 vimstall.sh diff --git a/README.md b/README.md index 9dfa896..0556640 100644 --- a/README.md +++ b/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) diff --git a/vimstall.sh b/vimstall.sh deleted file mode 100755 index 6495440..0000000 --- a/vimstall.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh - - -# INSTALL CONFIG -nvim +"Lazy sync"