minor changes, removed lsp formatting for markdown
This commit is contained in:
parent
daea45ab1e
commit
3cde4213f1
@ -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
|
||||||
|
|||||||
@ -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,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user