mawkler
nvim
Lua

My Neovim configuration

Last updated Jun 9, 2026
50
Stars
1
Forks
0
Issues
0
Stars/day
Attention Score
43
Language breakdown
No language data available.
โ–ธ Files click to expand
README

My Neovim configuration

Neovim screenshot

Installation

  • Install Neovim
  • # Clone this repository to ~/.config/nvim/
git clone https://github.com/mawkler/nvim/ ~/.config/nvim/ # Clone lazy.nvim git clone --depth 1 --filter=blob:none --branch=stable \ https://github.com/folke/lazy.nvim.git \ ~/.local/share/nvim/lazy/lazy.nvim # Install python module for Neovim pip install --user neovim # Launch Neovim and let lazy.nvim do its thing nvim +'lua require("lazy").sync({wait=true}); vim.cmd("qa!")'

My other dotfiles are available here.

๐Ÿ”— More in this category

ยฉ 2026 GitRepoTrend ยท mawkler/nvim ยท Updated daily from GitHub