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

Configure Feed

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

add ts and mason ensure_installed

Kacaii 64a3b00a 7e712305

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