python lsp
This commit is contained in:
parent
c903813cbc
commit
c040534c69
29 changed files with 8 additions and 966 deletions
|
|
@ -136,9 +136,9 @@ vim.api.nvim_create_autocmd('FileType', {
|
|||
|
||||
|
||||
vim.pack.add({ "https://github.com/mason-org/mason.nvim" })
|
||||
local mason = require("mason").setup()
|
||||
require("mason").setup()
|
||||
|
||||
vim.lsp.enable({ 'lua_ls', 'texlab', 'clangd', 'jdtls', 'fish_lsp', 'html', 'cssls', 'lemminx' })
|
||||
vim.lsp.enable({ 'lua_ls', 'texlab', 'clangd', 'jdtls', 'fish_lsp', 'html', 'cssls', 'lemminx', 'pyright' })
|
||||
|
||||
|
||||
vim.keymap.set('n', '<leader>lf', vim.lsp.buf.format,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue