Skip to content

Commit

Permalink
Fix deprecated options
Browse files Browse the repository at this point in the history
  • Loading branch information
krmbzds committed Sep 17, 2024
1 parent 27c2610 commit af15773
Show file tree
Hide file tree
Showing 3 changed files with 141 additions and 238 deletions.
6 changes: 0 additions & 6 deletions lua/config/plugins/gitsigns.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ function M.config()
delay = 1000,
ignore_whitespace = false,
},
current_line_blame_formatter_opts = {
relative_time = false,
},
sign_priority = 6,
update_debounce = 100,
status_formatter = nil, -- Use default
Expand All @@ -48,9 +45,6 @@ function M.config()
row = 0,
col = 1,
},
yadm = {
enable = false,
},
})
end

Expand Down
2 changes: 1 addition & 1 deletion lua/config/plugins/lsp-zero.lua
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ function M.config()
mason.setup({})
mason_settings.set({ ui = { border = "rounded" } })
mason_lspconfig.setup({
ensure_installed = { "solargraph", "lua_ls", "tsserver" },
ensure_installed = { "solargraph", "lua_ls", "ts_ls" },
handlers = {
lsp_zero.default_setup,
},
Expand Down
Loading

0 comments on commit af15773

Please sign in to comment.