Skip to content

My Personal Development Environment (PDE) neovim config.

Notifications You must be signed in to change notification settings

arminveres/nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nvim config

image

Features

  • Easy and simple LSP usage, automatic install and setup Mason
  • Plugin management through Lazy
  • Custom statusline and winbar (partly based on dropbar.nvim)

Requirements

  • nvim >= 0.9
  • TeX distribution like texlive
  • pandoc for document conversions
  • ripgrep for faster and more modern grepping
  • fd-find for more modern file finding

TODO

  • replace plugins with snacks.nvim
    • telescope
    • notifier
    • project.nvim
      • find ways to get lsp+pattern root, see vim.fs.root()
    • etc.