Fennel neovim config for a pragmatic programmer!
Go to file
2024-02-06 00:47:31 +01:00
lua rework 2024-02-06 00:47:31 +01:00
pictures rework 2024-02-06 00:47:31 +01:00
.gitignore Back up work 2024-02-04 00:25:41 +01:00
init.lua Back up work 2024-02-04 00:25:41 +01:00
LICENSE Back up work 2024-02-04 00:25:41 +01:00
README.md rework 2024-02-06 00:47:31 +01:00

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.