lua | ||
pictures | ||
.gitignore | ||
init.lua | ||
LICENSE | ||
README.md |
████████╗██████╗ ██╗██╗ ██╗██╗ ██╗
╚══██╔══╝██╔══██╗██║╚██╗██╔╝╚██╗ ██╔╝
██║ ██████╔╝██║ ╚███╔╝ ╚████╔╝
██║ ██╔══██╗██║ ██╔██╗ ╚██╔╝
██║ ██║ ██║██║██╔╝ ██╗ ██║
╚═╝ ╚═╝ ╚═╝╚═╝╚═╝ ╚═╝ ╚═╝
Trtixy is a begginer friendy distro of neovim, that aims to be powerfull while remaining minimal.
Notable plugins and features include :
onedark
andnightfox
colorschemeszen-mode
withtwilight
- new, modern ui by
nui
andnoice
- improved camelCase navigation wit w, b, e etc
harpoon
for easier jumping between project files- pomodoro timer using
nomodoro
; when pomodoro timer runs out, break starts withcellular-automation.nvim
- git integration using
gitsigns
andneogit
- debugger interface with
nvim-dap-ui
hlchunk.nvim
used for highlighting current scopeveil
as a dashboard and startpagechadtree
for file tree viewlsp-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.