26 lines
624 B
Markdown
Executable file
26 lines
624 B
Markdown
Executable file
|
|
<p align="center">
|
|
<img src="pictures/trixy.jpg" />
|
|
</p>
|
|
|
|
|
|
|
|
# Trixy is a begginer friendy distro of NeoVim, that aims to be powerful while remaining minimal.
|
|
|
|
|
|
## Notable plugins and features include :
|
|
- improved camelCase navigation wit w, b, e etc
|
|
- `hlchunk.nvim` used for highlighting current scope
|
|
- `nvim-tree` for file tree view
|
|
- `lsp-zero` as a language server setup, simply briliant
|
|
- ...
|
|
|
|
|
|
# Installation
|
|
```
|
|
$ git clone https://gitlab.com/sumarac/trixy ~/.config/nvim/
|
|
nvim +"Lazy sync"
|
|
```
|
|
It should pull Lazy.nvim itself, and also all of the plugins. Run :Mason to install your Language Servers of choice.
|
|
|