gruvsquirrel.nvim icon indicating copy to clipboard operation
gruvsquirrel.nvim copied to clipboard

🐿️ Neovim colorscheme written in Lua inspired by gruvbox

Results 67 gruvsquirrel.nvim issues
Sort by recently updated
recently updated
newest added

-- haskell haskellType = { link = "GruvboxBlue" }, haskellIdentifier = { link = "GruvboxAqua" }, haskellSeparator = { link = "GruvboxFg4" }, haskellDelimiter = { link = "GruvboxOrange" },...

-- markdown markdownItalic = { fg = colors.fg3, italic = config.italic }, markdownBold = { fg = colors.fg3, bold = config.bold }, markdownBoldItalic = { fg = colors.fg3, bold =...

-- scala scalaNameDefinition = { link = "GruvboxFg1" }, scalaCaseFollowing = { link = "GruvboxFg1" }, scalaCapitalWord = { link = "GruvboxFg1" }, scalaTypeExtension = { link = "GruvboxFg1" },...

-- elixir elixirDocString = { link = "Comment" }, elixirStringDelimiter = { link = "GruvboxGreen" }, elixirInterpolationDelimiter = { link = "GruvboxAqua" }, elixirModuleDeclaration = { link = "GruvboxYellow" },

-- java javaAnnotation = { link = "GruvboxBlue" }, javaDocTags = { link = "GruvboxAqua" }, javaCommentTitle = { link = "vimCommentTitle" }, javaParen = { link = "GruvboxFg3" },...

-- moonscript moonSpecialOp = { link = "GruvboxFg3" }, moonExtendedOp = { link = "GruvboxFg3" }, moonFunction = { link = "GruvboxFg3" }, moonObject = { link = "GruvboxYellow" },

-- lua luaIn = { link = "GruvboxRed" }, luaFunction = { link = "GruvboxAqua" }, luaTable = { link = "GruvboxOrange" },

-- go goDirective = { link = "GruvboxAqua" }, goConstants = { link = "GruvboxPurple" }, goDeclaration = { link = "GruvboxRed" }, goDeclType = { link = "GruvboxBlue" },...

-- objc objcTypeModifier = { link = "GruvboxRed" }, objcDirective = { link = "GruvboxBlue" },

-- ruby rubyStringDelimiter = { link = "GruvboxGreen" }, rubyInterpolationDelimiter = { link = "GruvboxAqua" }, rubyDefinedOperator = { link = "rubyKeyword" },