From 8b05648ca12a3d6bc013d85098cedb0f38d8cc72 Mon Sep 17 00:00:00 2001 From: Szwendacz99 Date: Mon, 24 Oct 2022 17:58:34 +0200 Subject: [PATCH] Small fixes --- lua/general.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lua/general.lua b/lua/general.lua index 9c77bd4..7e02508 100644 --- a/lua/general.lua +++ b/lua/general.lua @@ -33,6 +33,7 @@ codewindow.setup({ width_multiplier = 4, -- How many characters one dot represents use_lsp = true, -- Use the builtin LSP to show errors and warnings use_treesitter = true, -- Use nvim-treesitter to highlight the code + show_cursor = true, exclude_filetypes = {}, -- Choose certain filetypes to not show minimap on z_index = 1, -- The z-index the floating window will be on }) @@ -150,7 +151,7 @@ require("gruvbox").setup({ left_mouse_command = "buffer %d", -- can be a string | function, see "Mouse actions" middle_mouse_command = nil, -- can be a string | function, see "Mouse actions" indicator = { - icon = '▎', -- this should be omitted if indicator style is not 'icon' + icon = '>', -- this should be omitted if indicator style is not 'icon' style = 'icon', }, buffer_close_icon = '',