This website works better with JavaScript.
Explore
Help
Sign In
hammy
/
nvim
mirror of
https://github.com/sgoudham/nvim.git
Watch
1
Star
0
Fork
You've already forked nvim
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
a3ed551968
dev
main
experiments
dev-rc
dev-remaster
old-catppuccino
dev-doc
dev-assets
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'a3ed551968'
${ noResults }
nvim
/
lua
/
catppuccin
/
core
/
integrations
/
fern.lua
10 lines
97 B
Lua
Raw
Normal View
History
Unescape
Escape
fix: all of the integrations were adapted
3 years ago
local
M
=
{
}
fix: removed remnants of cpt in favor of cp for simplification
3 years ago
function
M
.
get
(
cp
)
dev (formatter): formatted with StyLua core/integrations/*
3 years ago
return
{
BREAKING CHANGE: removed CatppuccinX convetion -> used normal color names instead
3 years ago
FernBranchText
=
{
fg
=
cp.blue
}
,
dev (formatter): formatted with StyLua core/integrations/*
3 years ago
}
fix: all of the integrations were adapted
3 years ago
end
return
M