chore(nvim): gruvbox original hard and some plugin changes
This commit is contained in:
parent
7a178fa992
commit
a0111a6c4c
6 changed files with 118 additions and 17 deletions
|
@ -8,6 +8,7 @@ null_ls.setup({
|
|||
null_ls.builtins.formatting.prettierd.with({
|
||||
filetypes = { "html", "json", "css", "js", "yaml", "markdown" },
|
||||
}),
|
||||
null_ls.builtins.diagnostics.golangci_lint,
|
||||
},
|
||||
on_attach = function(client,bufnr)
|
||||
if client.supports_method("textDocument/formatting") then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue