aboutsummaryrefslogtreecommitdiff
path: root/programs/neovim.nix
diff options
context:
space:
mode:
authorAkshay <[email protected]>2022-08-21 03:26:02 +0100
committerAkshay <[email protected]>2022-08-21 03:26:02 +0100
commit467552d5876ca2535a270c506fbfbd54946fe348 (patch)
tree7cce4d7ce41711630f0f4e45f0c266516d8f9fb8 /programs/neovim.nix
parent6066b1bbe2c1cdaa8b0085a92071c11d64e9abbf (diff)
switch to iwd
Diffstat (limited to 'programs/neovim.nix')
-rw-r--r--programs/neovim.nix9
1 files changed, 4 insertions, 5 deletions
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 @@
12 vimAlias = true; 12 vimAlias = true;
13 withPython3 = true; 13 withPython3 = true;
14 extraPackages = with pkgs; [ 14 extraPackages = with pkgs; [
15 gcc 15 # gcc
16 python37Packages.yapf 16 # python37Packages.yapf
17 hlint 17 # hlint
18 ocamlformat 18 # ocamlformat
19 ocamlPackages.ocaml-lsp
20 ]; 19 ];
21 plugins = with pkgs.vimPlugins; [ 20 plugins = with pkgs.vimPlugins; [
22 # neovim only 21 # neovim only