update settings

This commit is contained in:
Gustavo Silva (es00679121_prosegur) 2023-11-21 22:59:25 +01:00
parent 625a356917
commit 0ea975b543
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ end
-- Save -- Save
map("n", "<leader>w", "<CMD>update<CR>") map("n", "<leader>w", "<CMD>update<CR>")
map("n", "<C-q>", "<CMD>q<CR>") map("n", "<leader>q", "<CMD>q<CR>")
-- Quit -- Quit
-- Exit insert mode -- Exit insert mode

View File

@ -32,6 +32,6 @@ return {
-- your configuration comes here -- your configuration comes here
-- or leave it empty to use the default settings -- or leave it empty to use the default settings
-- refer to the configuration section below -- refer to the configuration section below
use_diagnostic_signs = false, use_diagnostic_signs = true,
}, },
} }