-
RT
jayli updated
10 months ago
-
It would be great if the codedark theme was also available for bat . This tool is often used to syntax coloring in fzf.vim.
-
Is the VSCode dark theme available?
This theme, that is by defaults is the `Dark Visual Studio` theme json file
available here: https://github.com/Microsoft/vscode/blob/5b9ec15ce526decc5dd0488339e798…
-
Is it possible to change the position of the tabline when neo-tree is opened.
I would like to see the buffer `auth.service.ts` in the tabline to be positioned passed the dividing line when the neo-…
-
Hi, thanks for the colorscheme, it's my favorite and the one I have been using for the past couple of months.
But one thing caught my attention, the color of functions, imports, classes, etc is usu…
-
Hello,
I think that I have discovered a bug where whitespace-only lines are not highlighted. Please have a look at the line number 25 from the attached screenshot.
![image](https://github.com/nt…
-
"Windows Terminal" uses a default config json. And the .vimrc is
```
syntax on
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
Plugin 'tomasiser/vim-code-dark'
call vundle#end()
f…
-
I have the following .vimrc and all the plugins are installed:
```
" https://realpython.com/vim-and-python-a-match-made-in-heaven/
set nocompatible " required
filetype off …
-
When using `hlsearch` the colour of the currently selected search result is very similar to the colour of the other search results:
![image](https://github.com/user-attachments/assets/bf00ab5f-e613…
-
Hi wanted to share my typings for your plugin
```lua
---@alias TLualineThemes
---| "auto"
---| "16color"
---| "ayu_dark"
---| "ayu_light"
---| "ayu_mirage"
---| "ayu"
---| "codedark"
---| …