1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

vimrc -> init.vim

This commit is contained in:
Kierán Meinhardt
2019-08-18 19:41:11 +02:00
parent 0557d4e76a
commit 7df07fc745
2 changed files with 1 additions and 1 deletions

View File

@@ -8,7 +8,7 @@
environment.systemPackages = [
(pkgs.neovim.override {
configure = {
customRC = builtins.readFile <dot/vimrc>;
customRC = builtins.readFile <dot/init.vim>;
packages.nvim = with pkgs.vimPlugins; {
start = with pkgs.vimPlugins; [
ale