Fennel neovim config for a pragmatic programmer!
Go to file
2023-08-10 22:31:27 +02:00
lua Config for wilder and neovide options 2023-08-10 22:31:27 +02:00
pictures Quickfix for nvimtree 2023-08-07 21:03:06 +02:00
.gitignore Migrated to Lazy.nvim plugin manager 2023-07-27 18:24:13 +02:00
init.lua Config for wilder and neovide options 2023-08-10 22:31:27 +02:00
LICENSE Add LICENSE 2023-07-23 15:12:21 +00:00
README.md Quickfix for nvimtree 2023-08-07 21:03:06 +02:00

Trixy is a begginer friendy distro of NeoVim, that aims to be powerful while remaining minimal.

Notable plugins and features include :

  • onedark and nightfox colorschemes
  • zen-mode with twilight
  • new, modern ui by nui and noice
  • 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 with cellular-automation.nvim
  • git integration using gitsigns and neogit
  • debugger interface with nvim-dap-ui
  • hlchunk.nvim used for highlighting current scope
  • veil as a dashboard and startpage
  • 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.

Screenshots

Dashboard with screensaver falling leaves

image

Highlighting current scope

image

File tree

image

Language Server

image image

Zen mode, with twilight

image

Git integration

image