update settings
This commit is contained in:
parent
625a356917
commit
0ea975b543
|
@ -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
|
||||||
|
|
|
@ -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,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue