kludge "Reveal"
This commit is contained in:
parent
4baccf1f8b
commit
490c1cd331
2 changed files with 19 additions and 15 deletions
|
|
@ -8,7 +8,7 @@ return {
|
|||
|
||||
{
|
||||
"nvim-tree/nvim-web-devicons",
|
||||
opts = {}
|
||||
lazy = true
|
||||
},
|
||||
|
||||
{
|
||||
|
|
@ -84,6 +84,7 @@ return {
|
|||
local null_ls = require("null-ls")
|
||||
null_ls.setup({
|
||||
sources = {
|
||||
null_ls.builtins.formatting.lua_format,
|
||||
null_ls.builtins.formatting.prettierd,
|
||||
},
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue