๐Ÿ”’ Backup for my config files
dotfiles
0
fork

Configure Feed

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

require elp lsp

+4 -1
+2
.config/nvim/lua/plugins/mason.lua
··· 3 3 opts = { 4 4 ensure_installed = { 5 5 "deno", 6 + "elp", 6 7 "fish-lsp", 7 8 "marksman", 8 9 "rustywind", 10 + "typstyle", 9 11 }, 10 12 }, 11 13 }
+2 -1
.config/nvim/lua/plugins/nvim-treesitter.lua
··· 2 2 "nvim-treesitter/nvim-treesitter", 3 3 opts = { 4 4 ensure_installed = { 5 + "erlang", 5 6 "fish", 6 7 "git_config", 7 8 "gleam", 8 9 "just", 10 + "lua", 9 11 "sql", 10 12 "ssh_config", 11 - "tmux", 12 13 "zig", 13 14 }, 14 15 },