Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 248 Bytes

File metadata and controls

7 lines (5 loc) · 248 Bytes

Project Specific Setup

There are different ways to support project specific settings in neovim

  • .editorconfig is natively supported by nvim. Check :h editorconfig
  • neoconf.nvim
  • exrc is supported again in nvim 0.9. Check :h exrc