nix/home/config/nvim/module/plugin/lsp/Python.nix
2024-11-06 01:07:30 +03:00

8 lines
100 B
Nix

{ ... }: {
text = ''
local lspconfig = require("lspconfig")
lspconfig.pyright.setup {}
'';
}