Update
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
./plugins/noice.nix
|
||||
./plugins/obsidian.nix
|
||||
./plugins/image.nix
|
||||
./plugins/ltex.nix
|
||||
# ./plugins/ltex.nix
|
||||
./plugins/flash.nix
|
||||
./plugins/zen-mode.nix
|
||||
./options.nix
|
||||
|
||||
@@ -10,7 +10,11 @@
|
||||
action = "<CMD>lua vim.lsp.buf.format()<CR>";
|
||||
options.desc = "LSP Format";
|
||||
}
|
||||
|
||||
{
|
||||
key = "<leader>ox";
|
||||
action = "vip:!pandoc -t commonmark_x<cr>";
|
||||
options.desc = "Format Markdown Tables";
|
||||
}
|
||||
{
|
||||
key = "<leader>ot";
|
||||
action = "<cmd>lua require('obsidian').util.toggle_checkbox()<cr>";
|
||||
|
||||
@@ -13,9 +13,9 @@
|
||||
svelte.enable = true;
|
||||
marksman.enable = true;
|
||||
ltex = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
settings = {
|
||||
enabled = true;
|
||||
enabled = false;
|
||||
language = "en";
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user