Merge branch 'master' of git.polarian.dev:nvim-dotfiles

master
Polarian 2022-06-10 12:59:14 +01:00
commit 9946438a59
Signed by: Polarian
GPG Key ID: 0770E5312238C760
1 changed files with 7 additions and 0 deletions

View File

@ -72,3 +72,10 @@ config['html'].setup {
single_file_support = true,
capabilities = capabilities
}
config['pylsp'].setup {
cmd = { "pylsp" },
filetypes = { "python" },
single_file_support = true
}