Python LSP base configuration for Neovim

This commit is contained in:
Ivan Golikov 2024-12-16 22:02:29 +01:00
parent 7f7120914f
commit 6f4d847d16
2 changed files with 8 additions and 1 deletions

View file

@ -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