iosevka build and gopls nvimlsp
This commit is contained in:
parent
021b2d90ce
commit
798c8085ff
2 changed files with 39 additions and 0 deletions
38
.config/iosevka-build/private-build-plans.toml
Normal file
38
.config/iosevka-build/private-build-plans.toml
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
# This is the build plan for my own custom fontface
|
||||
# docker run -it -v $(pwd):/build avivace/iosevka-build contents::iosevka-berkeley
|
||||
|
||||
[buildPlans.iosevka-berkeley]
|
||||
family = "Iosevka Berkeley"
|
||||
spacing = "fontconfig-mono"
|
||||
serifs = "sans"
|
||||
no-cv-ss = true
|
||||
no-ligation = true
|
||||
|
||||
[buildPlans.iosevka-berkeley.variants.design]
|
||||
capital-g = "toothless-rounded-serifless-hooked"
|
||||
g = "double-storey"
|
||||
t = "flat-hook"
|
||||
y = "straight-turn"
|
||||
eszet = "sulzbacher-descending"
|
||||
turn-v = "curly"
|
||||
lower-lambda = "straight-turn"
|
||||
zero = "dotted"
|
||||
four = "closed"
|
||||
six = "open-contour"
|
||||
eight = "two-circles"
|
||||
asterisk = "hex-high"
|
||||
paren = "large-contour"
|
||||
brace = "straight"
|
||||
at = "fourfold"
|
||||
percent = "rings-continuous-slash"
|
||||
bar = "force-upright"
|
||||
question = "corner"
|
||||
|
||||
[buildPlans.iosevka-berkeley.variants.italic]
|
||||
f = "serifless"
|
||||
k = "curly-serifless"
|
||||
r = "top-serifed"
|
||||
paren = "normal"
|
||||
|
||||
[buildPlans.iosevka-berkeley.variants.oblique]
|
||||
paren = "normal"
|
||||
1
.vimrc
1
.vimrc
|
|
@ -275,6 +275,7 @@ end
|
|||
|
||||
-- Enable rust_analyzer
|
||||
nvim_lsp.rust_analyzer.setup({ on_attach=on_attach })
|
||||
nvim_lsp.gopls.setup({ on_attach=on_attach })
|
||||
nvim_lsp.pyright.setup({ on_attach=on_attach })
|
||||
|
||||
-- Enable diagnostics
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue