Update
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
./plugins/ui.nix
|
||||
./plugins/utils.nix
|
||||
./plugins/zen-mode.nix
|
||||
./plugins/neorg.nix
|
||||
|
||||
./options.nix
|
||||
./colorscheme.nix
|
||||
|
||||
@@ -1,14 +1,7 @@
|
||||
{
|
||||
programs.nixvim.keymaps = [
|
||||
{
|
||||
key = "<space>fm";
|
||||
action = "<cmd>lua vim.lsp.buf.format()<cr>";
|
||||
options.desc = "LSP Format";
|
||||
}
|
||||
{
|
||||
key = "<space>ft";
|
||||
action = "vip:!pandoc -t commonmark_x<cr>";
|
||||
options.desc = "Format markdown table";
|
||||
}
|
||||
];
|
||||
programs.nixvim.keymaps = [{
|
||||
key = "<space>fm";
|
||||
action = "<cmd>lua vim.lsp.buf.format()<cr>";
|
||||
options.desc = "LSP Format";
|
||||
}];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user