PURE WAYLAND BABY

This commit is contained in:
minhtrannhat
2021-12-22 18:13:43 -05:00
parent c60ce8997c
commit 92a440ac27
3 changed files with 16 additions and 5 deletions

View File

@@ -37,7 +37,8 @@ local linters = require("lvim.lsp.null-ls.linters")
formatters.setup({
{
exe = "black",
args = {},
filetypes = { "python" },
args = { "--quiet", "--fast", "-" },
},
{
exe = "clang_format",