From 8fae57dbeab4e49ca2ef8e0806ef9a25789d5157 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 20 Jan 2022 15:40:02 +0100 Subject: sway: various fixes and updates --- vim/ftdetect/lua.vim | 1 + vim/ftplugin/python.vim | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 vim/ftdetect/lua.vim (limited to 'vim') diff --git a/vim/ftdetect/lua.vim b/vim/ftdetect/lua.vim new file mode 100644 index 0000000..63d54d4 --- /dev/null +++ b/vim/ftdetect/lua.vim @@ -0,0 +1 @@ +au BufRead,BufNewFile *.lua.m4 set filetype=lua diff --git a/vim/ftplugin/python.vim b/vim/ftplugin/python.vim index 3edc7b5..1eda902 100644 --- a/vim/ftplugin/python.vim +++ b/vim/ftplugin/python.vim @@ -1,6 +1,6 @@ setlocal colorcolumn=120 setlocal textwidth=120 -let b:ale_linters = ['pylsp', 'pylint', 'mypy'] +let b:ale_linters = ['pylsp', 'pylint', 'mypy', 'pydocstyle'] let b:ale_fixers = ['isort', 'black', 'remove_trailing_lines', 'trim_whitespace'] let g:ale_python_black_options = '-l 120' -- cgit v1.2.3