Compare commits
2 Commits
3522c28620
...
572a7d84e4
| Author | SHA1 | Date | |
|---|---|---|---|
| 572a7d84e4 | |||
| 364d54cc25 |
@@ -3,6 +3,7 @@
|
||||
"blink.cmp": { "branch": "main", "commit": "b19413d214068f316c78978b08264ed1c41830ec" },
|
||||
"bufferline.nvim": { "branch": "main", "commit": "655133c3b4c3e5e05ec549b9f8cc2894ac6f51b3" },
|
||||
"catppuccin": { "branch": "main", "commit": "beaf41a30c26fd7d6c386d383155cbd65dd554cd" },
|
||||
"claudecode.nvim": { "branch": "main", "commit": "93f8e48b1f6cbf2469b378c20b3df4115252d379" },
|
||||
"conform.nvim": { "branch": "master", "commit": "8314f4c9e205e7f30b62147069729f9a1227d8bf" },
|
||||
"flash.nvim": { "branch": "main", "commit": "fcea7ff883235d9024dc41e638f164a450c14ca2" },
|
||||
"friendly-snippets": { "branch": "main", "commit": "572f5660cf05f8cd8834e096d7b4c921ba18e175" },
|
||||
@@ -10,7 +11,9 @@
|
||||
"grug-far.nvim": { "branch": "main", "commit": "794f03c97afc7f4b03fb6ec5111be507df1850cf" },
|
||||
"lazy.nvim": { "branch": "main", "commit": "85c7ff3711b730b4030d03144f6db6375044ae82" },
|
||||
"lazydev.nvim": { "branch": "main", "commit": "5231c62aa83c2f8dc8e7ba957aa77098cda1257d" },
|
||||
"live-server.nvim": { "branch": "main", "commit": "6897c94950e05d5b22440c6db8fa24c5c51d8d12" },
|
||||
"lualine.nvim": { "branch": "master", "commit": "47f91c416daef12db467145e16bed5bbfe00add8" },
|
||||
"markdown-preview.nvim": { "branch": "main", "commit": "58ee5617fd9d5b8ed35681d215d9e0ffc7d954f3" },
|
||||
"mason-lspconfig.nvim": { "branch": "main", "commit": "fe661093f4b05136437b531e7f959af2a2ae66c8" },
|
||||
"mason.nvim": { "branch": "main", "commit": "44d1e90e1f66e077268191e3ee9d2ac97cc18e65" },
|
||||
"mini.ai": { "branch": "main", "commit": "bfb26d9072670c3aaefab0f53024b2f3729c8083" },
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"extras": [
|
||||
|
||||
"lazyvim.plugins.extras.ai.claudecode"
|
||||
],
|
||||
"install_version": 7,
|
||||
"news": {
|
||||
|
||||
12
lua/plugins/markdown-preview.lua
Normal file
12
lua/plugins/markdown-preview.lua
Normal file
@@ -0,0 +1,12 @@
|
||||
return {
|
||||
"selimacerbas/markdown-preview.nvim",
|
||||
dependencies = { "selimacerbas/live-server.nvim" },
|
||||
config = function()
|
||||
require("markdown_preview").setup({
|
||||
-- all optional; sane defaults shown
|
||||
port = 8421,
|
||||
open_browser = true,
|
||||
debounce_ms = 300,
|
||||
})
|
||||
end,
|
||||
}
|
||||
@@ -29,3 +29,6 @@ alias company-store='cd ~/workspace/pg/company_stores/'
|
||||
|
||||
alias lg='lazygit'
|
||||
alias ..nvim="../ && nvim"
|
||||
|
||||
# [Claude Code]
|
||||
alias claude-clean='rm -f ~/.claude.json.backup*'
|
||||
|
||||
Reference in New Issue
Block a user