From 077d5db5db3c9f04a49847a140993a8875f2aca2 Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Sat, 18 May 2024 22:43:21 +0300 Subject: [PATCH] neovim: add python to line-limiter-81 --- neovim/dev.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/neovim/dev.nix b/neovim/dev.nix index a2e104b..573d313 100644 --- a/neovim/dev.nix +++ b/neovim/dev.nix @@ -41,6 +41,7 @@ in (mkLineLimiterGroup { limit = 81; filetypes = [ + "python" "json" "yaml" "markdown"