From 9d8dab40fcda05a7e1fd956b3055508df96a4db8 Mon Sep 17 00:00:00 2001 From: Szwendacz99 Date: Sun, 9 Oct 2022 17:35:20 +0200 Subject: [PATCH] disable mypy --- coc-settings.json | 2 +- init.vim | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/coc-settings.json b/coc-settings.json index 6124df4..1248d26 100644 --- a/coc-settings.json +++ b/coc-settings.json @@ -63,7 +63,7 @@ "python.linting.pycodestyle": true, "python.linting.pylamaEnabled": true, "python.linting.banditEnabled": true, - "python.linting.mypyEnabled": true, + "python.linting.mypyEnabled": false, "python.linting.pytypeEnabled": true, "semanticTokens.enable": true, "signature.target": "echo", diff --git a/init.vim b/init.vim index 64ba848..9bf8b5e 100644 --- a/init.vim +++ b/init.vim @@ -31,7 +31,7 @@ Plug 'nvim-treesitter/nvim-treesitter', {'do': ':TSUpdate'} call plug#end() -" load lua file (empty for now) +" load main lua file with additional configs lua require("general") "autocmd BufEnter *.sls :setlocal filetype=yaml