unavaliabl3

Results 7 comments of unavaliabl3

You may modify line 62 in base/readline.go from ```go func MakeTtyReadline(historyfile string) (TtyReadline, error) { tty := TtyReadline{liner.NewLiner()} ``` to ```go func MakeTtyReadline(historyfile string) (TtyReadline, error) { line := liner.NewLiner()...

@FalcoGer In addition to command options, you can also disable preview for subcommands. ```zsh # disable preview for command options zstyle ':fzf-tab:complete:*:options' fzf-preview # disable preview for subcommands zstyle ':fzf-tab:complete:*:argument-1'...

An ugly workaround that disables the which-key popup if the Telescope is opened Put this before setup() ```lua local wk = require("which-key") local show = wk.show wk.show = function(keys, opts)...

Could you please try to add following css code to your ~/.config/gtk-3.0/gtk.css ```css style "xfdesktop-icon-view" { ## opacity of text background (0 - 255, 0 = transparent) XfdesktopIconView::label-alpha = 0...

You can add css code below to your ~/.config/gkt-3.0/gtk.css to change selection color ```css .view selection, .view:selected { color: replace-with-color-you-want; // e.g. rgb(255, 255, 255, 0.39) background-color: replace-with-color-you-want; // e.g....

Before the pr is merged, you can use this temporary workaround ```lua -- HACK: #104 Invalid in command-line window local hl = require("todo-comments.highlight") local highlight_win = hl.highlight_win hl.highlight_win = function(win,...

Rename doesn't work too. It throws out an error ```log [coc.nvim] Refactor failed. Syntax error in file line : invalid syntax [, , , , , , , , ,...