Nvim: some code prettifying
This commit is contained in:
parent
5baa4af474
commit
4046ef4e48
3 changed files with 27 additions and 28 deletions
|
@ -7,7 +7,7 @@ return {
|
|||
"neovim/nvim-lspconfig",
|
||||
"williamboman/mason-lspconfig.nvim",
|
||||
-- Add MasonUpdateAll
|
||||
{ "Zeioth/mason-extra-cmds", config = true },
|
||||
{ "Zeioth/mason-extra-cmds", opts = {} },
|
||||
-- Add lockfile support
|
||||
{
|
||||
"zapling/mason-lock.nvim",
|
||||
|
@ -18,7 +18,7 @@ return {
|
|||
-- Extended functionality for jdtls
|
||||
"mfussenegger/nvim-jdtls",
|
||||
-- Add support for LSP file operations
|
||||
{ "antosha417/nvim-lsp-file-operations", config = true },
|
||||
{ "antosha417/nvim-lsp-file-operations", opts = {} },
|
||||
},
|
||||
config = function()
|
||||
require("mason").setup()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue