feat(nvim): setup indent blankline with rainbow colors
This commit is contained in:
parent
045287e682
commit
0cec51bc54
3 changed files with 27 additions and 3 deletions
nixos/home
|
@ -1,8 +1,8 @@
|
|||
# https://breuer.dev/blog/nixos-home-manager-neovim
|
||||
{ config, pkgs, lib, ... }:
|
||||
{ pkgs, lib, ... }:
|
||||
let
|
||||
configDir = "/home/matt/.nix/config";
|
||||
|
||||
|
||||
# installs a vim plugin from git with a given tag / branch
|
||||
pluginGit = ref: repo: pkgs.vimUtils.buildVimPluginFrom2Nix {
|
||||
pname = "${lib.strings.sanitizeDerivationName repo}";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue