Nvim: some code prettifying

This commit is contained in:
Marko Korhonen 2024-08-08 11:47:17 +03:00
parent 5baa4af474
commit 4046ef4e48
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890
3 changed files with 27 additions and 28 deletions

View file

@ -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()