Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.

Latest commit

 

History

History
52 lines (35 loc) · 1.23 KB

README.md

File metadata and controls

52 lines (35 loc) · 1.23 KB

This is no longer maintained and I have switched to AstroNvim. So if anyone interested, here is my AstroNvim config

dotnvim

100% lua neovim configuration

WARNING: I'm a Colemak-DH user. So lot of the keymaps are not sutable for QWERTY
WARNING: I make frequent changes to the config so create a fork first if you are using this

Why Lua not Vimscript?

demo.mp4

Features

  • Lazy load all plugins (except startup-time)
  • Tree Sitter syntax highlighting
  • Pre-configured for various programming languages and documents
    • Java
    • Python
    • JavaScript
    • Typescript
    • HTML
    • CSS
    • JSON
    • Markdown

WIP

  • Debug features
    • Python current file debugging is available

Pre requisites

Mandatory

  • Node
  • Npm
  • Python 3
  • Pip 3
  • Git

Optional

  • deno - for markdown formatting