chore(nvim): autosession, configs, tweaks

This commit is contained in:
2024-12-19 12:42:20 +02:00
parent 6f6ee3611c
commit 5471aba1a4
3 changed files with 20 additions and 1 deletions

View File

@@ -134,7 +134,6 @@ return {
'nvim-treesitter/nvim-treesitter',
'nvim-tree/nvim-web-devicons',
},
---@type LspsagaConfig
opts = {
code_action = {
show_server_name = true,
@@ -192,6 +191,7 @@ return {
auto_install = true,
auto_update = true,
ensure_installed = {
'actionlint',
'editorconfig-checker',
'goimports',
'gotests',