diff options
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-lsp-installer/servers/pyright/init.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lua/nvim-lsp-installer/servers/pyright/init.lua b/lua/nvim-lsp-installer/servers/pyright/init.lua index c03660e8..0e3bc23c 100644 --- a/lua/nvim-lsp-installer/servers/pyright/init.lua +++ b/lua/nvim-lsp-installer/servers/pyright/init.lua @@ -10,6 +10,5 @@ return server.Server:new { installer = npm.packages { "pyright" }, default_options = { cmd = { path.concat { root_dir, "node_modules", ".bin", "pyright-langserver" }, "--stdio" }, - on_attach = server.common_on_attach, }, } |
