This commit is contained in:
Henrik Bakken
2023-07-21 01:39:16 +02:00
parent e85d8660f7
commit b571876e8b
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ yay kitty fish
chsh -s /usr/bin/fish chsh -s /usr/bin/fish
# code # code
yay neovim tig stylua tmux diff-so-fancy ripgrep prettier jq git-lfs shfmt yay neovim tig stylua tmux diff-so-fancy ripgrep prettier jq git-lfs shfmt glow
git clone https://github.com/tmux-plugins/tpm ~/.config/tmux/plugins/tpm git clone https://github.com/tmux-plugins/tpm ~/.config/tmux/plugins/tpm
# file sync # file sync
+5
View File
@@ -149,6 +149,11 @@ require("lazy").setup({
vim.g.mkdp_echo_preview_url = 1 vim.g.mkdp_echo_preview_url = 1
end, end,
}, },
{
"ellisonleao/glow.nvim",
config = true,
cmd = "Glow",
},
{ {
-- better asterisk search -- better asterisk search
"haya14busa/vim-asterisk", "haya14busa/vim-asterisk",