Skip to content

Commit c1f79c9

Browse files
committed
fixed: format
1 parent 6d8b2a4 commit c1f79c9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

lsp/gopls.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ return {
44
root_dir = function(fname)
55
local lspconfig = require('lspconfig')
66
return lspconfig.util.root_pattern('.golangci.yml', '.golangci.yaml', '.golangci.toml', '.golangci.json', 'go.work', 'go.mod', '.git')(fname)
7-
or lspconfig.util.path.dirname(fname)
7+
or lspconfig.util.path.dirname(fname)
88
end,
99
single_file_support = true,
1010
}

lua/LoneExile/lsp/integrate/mason_tool_installer.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ M.setup = function(_, _)
77
cmd = { 'MasonToolsInstall' },
88
dependencies = {
99
'neovim/nvim-lspconfig',
10-
{ 'mason-org/mason.nvim'},
11-
{ 'mason-org/mason-lspconfig.nvim'},
10+
{ 'mason-org/mason.nvim' },
11+
{ 'mason-org/mason-lspconfig.nvim' },
1212
},
1313
config = function()
1414
local status_tool, mason_tool = pcall(require, 'mason-tool-installer')

lua/LoneExile/ui/icon.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ local M = {}
33
M.setup = function()
44
return {
55
'echasnovski/mini.icon',
6-
version = false
6+
version = false,
77
-- event = 'BufRead',
88
}
99
end

0 commit comments

Comments
 (0)