clone of my dotfiles.ssp.sh
1
fork

Configure Feed

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

coloring

sspaeti 1e789bbe b7d1eb89

+10 -1
+1 -1
nvim/after/plugin/highlight-colors.lua nvim/after/plugin/nvim-highlight-colors.lua
··· 1 1 require('nvim-highlight-colors').setup {} 2 - 2 +
+9
nvim/after/plugin/lemminx.lua
··· 1 + require('lspconfig').lemminx.setup({ 2 + settings = { 3 + xml = { 4 + server = { 5 + workDir = "~/.cache/lemminx", 6 + } 7 + } 8 + } 9 + })