diff --git a/users/profiles/neovim/coc/default.nix b/users/profiles/neovim/coc/default.nix index 0de6e14..b7181d6 100644 --- a/users/profiles/neovim/coc/default.nix +++ b/users/profiles/neovim/coc/default.nix @@ -16,10 +16,6 @@ "clangd.checkUpdates": false, "clangd.path": "clangd", "svelte.plugin.svelte.format.enable": false, - "python.analysis.extraPaths": [ - "/usr/share/gdb/python", - "/usr/share/pwndbg/" - ], "languageserver": { "zls" : { "command": "zls", diff --git a/users/profiles/neovim/default.nix b/users/profiles/neovim/default.nix index 31dba27..3f44023 100644 --- a/users/profiles/neovim/default.nix +++ b/users/profiles/neovim/default.nix @@ -122,6 +122,7 @@ coc-json coc-go coc-html + coc-pyright coc-tsserver coc-clangd neoformat