nvim/lua/lsp/python.lua (view raw)
1require('lspconfig').pyright.setup{ on_attach = require('maps').on_attach }