mirror of
https://github.com/halfdan/dotfiles.git
synced 2025-09-10 19:56:24 +00:00
Severel changes.
This commit is contained in:
12
.config/nvim/after/plugin/null-ls.lua
Normal file
12
.config/nvim/after/plugin/null-ls.lua
Normal file
@@ -0,0 +1,12 @@
|
||||
local ok, nls = pcall(require, 'null-ls')
|
||||
|
||||
if not ok then
|
||||
return
|
||||
end
|
||||
|
||||
nls.setup({
|
||||
sources = {
|
||||
nls.builtins.formatting.stylua,
|
||||
nls.builtins.diagnostics.credo,
|
||||
},
|
||||
})
|
Reference in New Issue
Block a user