Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 635 Bytes

File metadata and controls

26 lines (19 loc) · 635 Bytes

nvim

My Neovim configuration.

Dashboard Editor
screenshot 1 screenshot 2

Setup

  • Clone the repo:
git clone https://github.com/devsheke/nvim ~/.config/nvim --depth 1
  • Setup Lua LSP tools with direnv (Optional for Nix/Nix-darwin users):
direnv allow && echo "use flake" > .envrc
  • Start Neovim:

Everything will be setup/installed by Lazy.nvim on your first run automatically.

nvim