nix/home/file/nvim/module/plugin/lsp/Python.lua

4 lines
68 B
Lua

local lspconfig = require("lspconfig")
lspconfig.pyright.setup({})