neovim

mrgrouse's beloved, handmade neovim configuration
Log | Files | Refs | README

README (1108B)


      1 Mrgrouse's Neovim Configuration
      2 ===============================
      3 This is my neovim configuration, its made for me and i'm not very good at configuring it
      4  - Plugin manager: Lazy
      5  - Plugins:
      6     - which-key (https://github.com/folke/which-key.nvim) for keybinds
      7     - custom version of the pywal plugin (https://github.com/AlphaTechnolog/pywal.nvim), modified for wallust (https://codeberg.org/explosion-mental/wallust)
      8     - nnn.nvim (https://github.com/luukvbaal/nnn.nvim) for a file manager within neovim (depends on NNN (https://github.com/jarun/nnn))
      9     - nvim-colorizer (https://github.com/norcalli/nvim-colorizer.lua) - color highlighting (no dependencies!)
     10     - nvim-treesitter (https://github.com/nvim-treesitter/nvim-treesitter) - syntax highlighting with great speed
     11     - toggleterm (https://github.com/akinsho/toggleterm.nvim) - quick terminal pop-up menu
     12     - mason (https://github.com/williamboman/mason.nvim) - language package (for formatting) manager
     13 
     14 TODO:
     15  - auto update/sync Lazy and Mason packages on start (preferably in the background)
     16  - add automatic and/or manual code formatting