From 467552d5876ca2535a270c506fbfbd54946fe348 Mon Sep 17 00:00:00 2001 From: Akshay Date: Sun, 21 Aug 2022 07:56:02 +0530 Subject: switch to iwd --- programs/neovim.nix | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'programs/neovim.nix') diff --git a/programs/neovim.nix b/programs/neovim.nix index f108993..6095e0f 100644 --- a/programs/neovim.nix +++ b/programs/neovim.nix @@ -12,11 +12,10 @@ vimAlias = true; withPython3 = true; extraPackages = with pkgs; [ - gcc - python37Packages.yapf - hlint - ocamlformat - ocamlPackages.ocaml-lsp + # gcc + # python37Packages.yapf + # hlint + # ocamlformat ]; plugins = with pkgs.vimPlugins; [ # neovim only -- cgit v1.2.3