~diego/dvim

Diego's Vim
Add word underline and which-key initialization
Add basic editor configuration
Add auto-import of all files in /modules

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~diego/dvim
read/write
git@git.sr.ht:~diego/dvim

You can also use your local clone with git send-email.

#dvim: Diego's Vim

builds.sr.ht status

#Summary

This repository contains my personal Vim configuration, in an experiment to check a different editor from my usual Emacs configuration. The recent changes in NeoVim caught my eye and this setup is based on it, using Nix as the plugin manager (and configuration interface). This repository is heavily based in Wil Taylor's neovim-flake, from which most of the boilerplate code is taken.

Heads up! This repository is currently work-in-progress and should not be taken as a reference of.. Anything actually.

#Usage

Nix is a hard requirement to use this config (and, actually, having flakes enabled as well). Having that setup, it is possible to include the package in any other configuration or run it standalone from a local copy of the repo:

nix run .#dvim

Or even without having a local copy by using:

nix run git+https://git.sr.ht/~diego/dvim