From 6afb7f80d87c7bbd6260d955fc4d54e30462796f Mon Sep 17 00:00:00 2001 From: bad Date: Fri, 12 Nov 2021 23:54:41 +0100 Subject: [PATCH] Add coc-pyright --- users/profiles/neovim/coc/default.nix | 4 ---- users/profiles/neovim/default.nix | 1 + 2 files changed, 1 insertion(+), 4 deletions(-) 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