nvim-plugins/flatwhite.git
2 years agoAdded IndentBlanklineContextChar
mofiqul [Wed, 3 Nov 2021 16:02:27 +0000 (21:32 +0530)]
Added IndentBlanklineContextChar

2 years agoAdded LSPSaga support and consistent Telescope border
mofiqul [Wed, 3 Nov 2021 15:59:20 +0000 (21:29 +0530)]
Added LSPSaga support and consistent Telescope border

2 years agoAdded more nvim-tree highlights and nvim-com documentation border
mofiqul [Wed, 3 Nov 2021 15:40:40 +0000 (21:10 +0530)]
Added more nvim-tree highlights and nvim-com documentation border

2 years agoAdded to option to display EndOfBuffer
mofiqul [Wed, 3 Nov 2021 15:20:17 +0000 (20:50 +0530)]
Added to option to display EndOfBuffer

The `EndOfBuffer` is hidden with background color and it's intentional, so
I added a `vim.g.dracula_show_end_of_buffer` variable, if set to `true`
then `EndOfBuffer`EndOfBuffer will be shown

2 years agoCode refator
mofiqul [Wed, 3 Nov 2021 14:36:02 +0000 (20:06 +0530)]
Code refator

2 years agoAdded CompeDocumentation highlight
mofiqul [Wed, 3 Nov 2021 13:41:48 +0000 (19:11 +0530)]
Added CompeDocumentation highlight

2 years agoMerge pull request #8 from FredeEB/fix-namespace-and-type
Mofiqul [Tue, 2 Nov 2021 16:10:28 +0000 (21:40 +0530)]
Merge pull request #8 from FredeEB/fix-namespace-and-type

updated type and namespace colors

2 years agoMerge pull request #7 from FredeEB/mention-termguicolors-in-readme
Mofiqul [Tue, 2 Nov 2021 16:08:48 +0000 (21:38 +0530)]
Merge pull request #7 from FredeEB/mention-termguicolors-in-readme

Added mention of termguicolors in README

2 years agoupdated type and namespace colors
Frede Braendstrup [Sun, 31 Oct 2021 20:39:16 +0000 (21:39 +0100)]
updated type and namespace colors

this is minded on cpp, so it would have to be checked against other
filetypes, but the namespace color is very offputting, and the only
color defined inline, which makes me think it was a mistake.

I'm creating another PR here, because this part is more opinionated.

The reason I also changed the type color, is also due to the way C++
is structured. A lot of things can happen inside of template<here> so it
being the same color as keywords and operators, makes it one big
homogenous blob

2 years agoAdded mention of termguicolors in README
Frede Braendstrup [Sun, 31 Oct 2021 20:07:36 +0000 (21:07 +0100)]
Added mention of termguicolors in README

I've been trying to make this work for a couple of hours looking through
other folks configs who also use it, and it would never have occured to
me that this would be the fix for the it showing no colors

3 years agoMerge pull request #4 from ful1e5/main
Mofiqul [Mon, 11 Oct 2021 01:33:29 +0000 (07:03 +0530)]
Merge pull request #4 from ful1e5/main

refactor: dracula.vim -> dracula.lua

3 years agorefactor: dracula.vim -> dracula.lua
ful1e5 [Mon, 27 Sep 2021 05:00:26 +0000 (10:30 +0530)]
refactor: dracula.vim -> dracula.lua

3 years agoMerge pull request #3 from ericem/main
Mofiqul [Fri, 10 Sep 2021 02:08:35 +0000 (07:38 +0530)]
Merge pull request #3 from ericem/main

Add highlights for floating windows

3 years agoAdd highlights for floating windows
Eric Miller [Thu, 9 Sep 2021 13:08:39 +0000 (08:08 -0500)]
Add highlights for floating windows

3 years agoMore telescope highlights
mofiqul [Fri, 4 Jun 2021 13:15:31 +0000 (18:45 +0530)]
More telescope highlights

3 years agoFinish up
mofiqul [Fri, 4 Jun 2021 10:16:24 +0000 (15:46 +0530)]
Finish up

3 years agoFix colorscheme not found
mofiqul [Thu, 3 Jun 2021 16:44:11 +0000 (22:14 +0530)]
Fix colorscheme not found

3 years agofirst commit
mofiqul [Thu, 3 Jun 2021 16:40:15 +0000 (22:10 +0530)]
first commit