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