Bohdan's terminal configuration
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

added something for Yew.rs

bpavuk 8cdd702e 4d0ce07d

+7
+7
nvim/.config/nvim/lua/plugins/init.lua
··· 11 11 config = function() 12 12 require "configs.lspconfig" 13 13 end, 14 + init_options = { 15 + userLanguages = { 16 + eelixir = "html-eex", 17 + eruby = "erb", 18 + rust = "html" 19 + } 20 + } 14 21 }, 15 22 16 23 {