From b9aef9d2d242fd656eb8dfceef4946c9238d37ce Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Sat, 22 Oct 2022 23:36:56 +0300 Subject: [PATCH] users/nvim: add python grammar --- users/modules/editor.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/users/modules/editor.nix b/users/modules/editor.nix index a557ff5..5c97c82 100644 --- a/users/modules/editor.nix +++ b/users/modules/editor.nix @@ -16,6 +16,7 @@ let "haskell" "typescript" "javascript" + "python" "html" "pug" "ledger"