Fennel neovim config for a pragmatic programmer!
Go to file
2023-08-02 22:20:15 +02:00
lua Test for git integration 2023-08-02 20:35:16 +02:00
.gitignore Migrated to Lazy.nvim plugin manager 2023-07-27 18:24:13 +02:00
code.png Added images to readme 2023-08-01 00:04:34 +02:00
init.lua Cleaned up a bit 2023-07-30 09:07:54 +02:00
LICENSE Add LICENSE 2023-07-23 15:12:21 +00:00
README.md Removed installation script and updated README 2023-08-02 22:20:15 +02:00
veil.png Added images to readme 2023-08-01 00:04:34 +02:00

████████╗██████╗ ██╗██╗  ██╗██╗   ██╗
╚══██╔══╝██╔══██╗██║╚██╗██╔╝╚██╗ ██╔╝
   ██║   ██████╔╝██║ ╚███╔╝  ╚████╔╝
   ██║   ██╔══██╗██║ ██╔██╗   ╚██╔╝
   ██║   ██║  ██║██║██╔╝ ██╗   ██║
   ╚═╝   ╚═╝  ╚═╝╚═╝╚═╝  ╚═╝   ╚═╝

Trtixy is a begginer friendy config for nevim, that aims to be powerfull while remaining minimal, compared to other nvim distributions.

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
  • 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 image