this repo has no description
0
fork

Configure Feed

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

vim-jsx-pretty, and vscode format on save

+3 -1
+1
vim/astronvim/init.lua
··· 42 42 { "tpope/vim-surround" }, 43 43 { "junegunn/goyo.vim" }, 44 44 { "hashivim/vim-terraform" }, 45 + { "MaxMEllon/vim-jsx-pretty" }, 45 46 }, 46 47 -- All other entries override the setup() call for default plugins 47 48 ["null-ls"] = function(config)
+2 -1
vscode/settings.json
··· 108 108 "[rust]": { 109 109 "editor.defaultFormatter": "rust-lang.rust" 110 110 }, 111 - "editor.guides.indentation": true 111 + "editor.guides.indentation": true, 112 + "editor.formatOnSave": true 112 113 }