abbaswasim

Results 19 comments of abbaswasim

Indeed. I have been looking through iTerm settings. There are a few things related to tabs stops but AFAICT I couldn’t find anything that talks about conversion. And either way...

`--paging=never` and `-P` doesn't help.

#### Software version bat 0.20.0 #### Operating system macOS 11.6.5 (Darwin 20.6.0) #### Command-line ```bash bat --diagnostic ``` #### Environment variables ```bash SHELL=/bin/zsh PAGER=less LESS=-R LANG=en_GB.UTF-8 LC_ALL= BAT_PAGER= BAT_CACHE_PATH= BAT_CONFIG_PATH=...

By the way I have also tried it in `bash` same behaviour.

No just `bat` has the same behavior. I originally saw this while using `delta` And then I thought delta must be using ‘bat’s diff version so tried that. But as...

Actually scratch that. The reason I was using diff with `tabs 0` Is because just bat on its own always prints spaces and that’s the default behavior it prints tabs...

> Ah, sorry. I got confused. Sorry they look similar but I tried to separate those because I though they are different problems.

> Can you follow https://github.com/emacs-lsp/lsp-mode#troubleshooting and provide the buffer in lsp-workspace-show-log? *lsp-log* output: ``` Command "clangd -j=8 -background-index -log=verbose" is present on the path. Command "clangd -j=8 -background-index -log=verbose" is...

> In that case, best just to pass -header-insertion-decorators=0 to clangd. I can report this works 👍.

Right I think get this now. Thanks for the explanation.