From 798c8085ff27e70379d98200c9ceea75021b00b2 Mon Sep 17 00:00:00 2001 From: Barak Michener Date: Wed, 9 Jun 2021 19:31:38 -0700 Subject: [PATCH] iosevka build and gopls nvimlsp --- .config/iosevka-build/private-build-plans.toml | 38 ++++++++++++++++++++++++++ .vimrc | 1 + 2 files changed, 39 insertions(+) create mode 100644 .config/iosevka-build/private-build-plans.toml diff --git a/.config/iosevka-build/private-build-plans.toml b/.config/iosevka-build/private-build-plans.toml new file mode 100644 index 0000000..2a2e1c4 --- /dev/null +++ b/.config/iosevka-build/private-build-plans.toml @@ -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" diff --git a/.vimrc b/.vimrc index eb98f6e..49aa3d5 100644 --- a/.vimrc +++ b/.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