mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2025-12-20 08:10:09 +01:00
languages/markdown: fix formatting
This commit is contained in:
parent
4855b540b5
commit
fee3bbe536
1 changed files with 1 additions and 1 deletions
|
|
@ -193,7 +193,7 @@ in {
|
||||||
require("markview").setup(${toLuaObject cfg.extensions.markview-nvim.setupOpts})
|
require("markview").setup(${toLuaObject cfg.extensions.markview-nvim.setupOpts})
|
||||||
'';
|
'';
|
||||||
})
|
})
|
||||||
|
|
||||||
(mkIf cfg.extraDiagnostics.enable {
|
(mkIf cfg.extraDiagnostics.enable {
|
||||||
vim.diagnostics.nvim-lint = {
|
vim.diagnostics.nvim-lint = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue