Python LSP base configuration for Neovim
This commit is contained in:
parent
7f7120914f
commit
6f4d847d16
2 changed files with 8 additions and 1 deletions
|
@ -4,7 +4,7 @@ require("nvchad.configs.lspconfig").defaults()
|
|||
local lspconfig = require "lspconfig"
|
||||
|
||||
-- EXAMPLE
|
||||
local servers = { "html", "cssls" }
|
||||
local servers = { "basedpyright" }
|
||||
local nvlsp = require "nvchad.configs.lspconfig"
|
||||
|
||||
-- lsps with default config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue