Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 689 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 689 Bytes

nvim-dotfiles

My dotfiles for neovim 0.9+

How to install

  1. clone this repo in your config folder(example git clone https://github.com/danknil/nvim-dotfiles.git ~/.config/nvim)
  2. Run your nvim!

Todo

  • Beta release
  • Improve support for go, c, rust, latex(snippets and lsp)
  • Add some null-ls stuff
  • Make a config for dap
  • Make statusline looks better
  • Add keybinds for other plugins
  • Fix cursorword (i just delete it 💀)
  • Fix autocommands
  • fix E315 lnum error with ruler

Maybe

  • Feature showcase?
  • Lazy loading?
  • Windows support?