Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 813 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 813 Bytes

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.