reformated readme, added lint and markdown lint, fixed env.sh
This commit is contained in:
11
env/.config/nvim/after/plugin/lsp.lua
vendored
11
env/.config/nvim/after/plugin/lsp.lua
vendored
@@ -76,3 +76,14 @@ if ok then
|
||||
|
||||
lsp.setup()
|
||||
end
|
||||
|
||||
|
||||
|
||||
local ok, null_ls = pcall(require, 'null-ls')
|
||||
if ok then
|
||||
null_ls.setup({
|
||||
sources = {
|
||||
null_ls.builtins.diagnostics.markdownlint_cli2,
|
||||
},
|
||||
})
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user