neovim: add python to line-limiter-81

This commit is contained in:
Dmitriy Pleshevskiy 2024-05-18 22:43:21 +03:00
parent fbb63022cf
commit 077d5db5db
Signed by: pleshevskiy
GPG key ID: 17041163DA10A9A2

View file

@ -41,6 +41,7 @@ in
(mkLineLimiterGroup { (mkLineLimiterGroup {
limit = 81; limit = 81;
filetypes = [ filetypes = [
"python"
"json" "json"
"yaml" "yaml"
"markdown" "markdown"