nix/home/config/nvim/module/plugin/lsp/Python.nix

9 lines
106 B
Nix
Raw Normal View History

{ ... }:
{
text = ''
local lspconfig = require("lspconfig")
2024-04-06 03:03:58 +03:00
lspconfig.pyright.setup {}
'';
2024-04-06 03:03:58 +03:00
}