This commit is contained in:
Henrik Bakken
2024-03-17 00:54:31 +01:00
parent f298166b0c
commit 2167e5e3c1
2 changed files with 4 additions and 2 deletions
+2 -2
View File
@@ -420,7 +420,7 @@ require("lazy").setup({
comparators = {
compare.offset,
compare.exact,
-- compare.scopes,
compare.scopes,
compare.score,
compare.recently_used,
compare.locality,
@@ -480,7 +480,7 @@ require("lazy").setup({
map("n", "<F9>", "<cmd>Telescope colorscheme layout_config={width=0.5} enable_preview=1<cr>", opts)
require("telescope").setup({
defaults = {
layout_config = { horizontal = { width = 0.95 } },
layout_config = { horizontal = { width = 0.99 } },
mappings = {
i = {
["<esc>"] = actions.close,