this repo has no description
0
fork

Configure Feed

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

use prettier for json files toooo

+4 -1
+1 -1
nvim/lazy-lock.json
··· 1 1 { 2 2 "auto-dark-mode.nvim": { "branch": "master", "commit": "d365beccca05ffcb01e50109f2adca2459c3995a" }, 3 - "avante.nvim": { "branch": "main", "commit": "deb96e6b0005322ecbeb35b861aba27c82decf5c" }, 3 + "avante.nvim": { "branch": "main", "commit": "deb3b03826119399610e23384ec75a29529437f6" }, 4 4 "bufferline.nvim": { "branch": "main", "commit": "5c528bee3dd797d5bd6bae5f229411939b25b203" }, 5 5 "cmp-git": { "branch": "main", "commit": "ec049036e354ed8ed0215f2427112882e1ea7051" }, 6 6 "cmp-nvim-lsp": { "branch": "main", "commit": "39e2eda76828d88b773cc27a3f61d2ad782c922d" },
+3
nvim/lua/plugins/ide.lua
··· 20 20 lua = { 21 21 require("formatter.filetypes.lua").stylua, 22 22 }, 23 + json = { 24 + require("formatter.defaults.prettier"), 25 + }, 23 26 markdown = { 24 27 require("formatter.defaults.prettier"), 25 28 },