minor changes, removed lsp formatting for markdown

This commit is contained in:
Solomon Laing 2023-01-03 20:13:18 +10:30
parent daea45ab1e
commit 3cde4213f1
2 changed files with 1 additions and 3 deletions

View File

@ -176,6 +176,7 @@ map me mkfile_and_edit
map gh cd map gh cd
map gd cd ~/Downloads map gd cd ~/Downloads
map gr cd ~/repos map gr cd ~/repos
map gz cd ~/work
map gn cd ~/nextcloud map gn cd ~/nextcloud
map gH cd ~/nextcloud/university/Honours map gH cd ~/nextcloud/university/Honours
map gcc cd ~/.config map gcc cd ~/.config

View File

@ -22,9 +22,6 @@ null_ls.setup({
"yaml", "yaml",
}, },
}), }),
formatting.deno_fmt.with({
filetypes = { "markdown" }, -- only runs `deno fmt` for markdown
}),
formatting.black.with({ extra_args = { "--fast" } }), formatting.black.with({ extra_args = { "--fast" } }),
formatting.stylua, formatting.stylua,
-- formatting.shfmt, -- formatting.shfmt,