Added newton config

This commit is contained in:
Julien Malka 2021-12-10 14:54:42 +01:00
parent f3cdf9d3e2
commit 736c627795
13 changed files with 1030 additions and 8 deletions

View file

@ -1,8 +1,3 @@
# This is my configuration file for neovim.
# I've written it in nix for ease of use with home-manager,
# but there are several vimscript and lua files imported as well.
# If you want more help understanding or modifying these configurations,
# please submit an issue on Github or contact me on Discord 'notusknot#5622'
{ pkgs, config, ... }:
let
dusk-vim = pkgs.vimUtils.buildVimPlugin {