commit | a49f7b71b4a6843d93675896c1bc4a80709dceaa | [log] [tgz] |
---|---|---|
author | Skyler Grey <skyler3665@gmail.com> | Sun Oct 30 23:04:20 2022 +0000 |
committer | Skyler Grey <skyler3665@gmail.com> | Sun Oct 30 23:04:20 2022 +0000 |
tree | 3a4f8857c719621cfe3565f11ec01e95fdc89a1f | |
parent | 955c9f4e46f3c3d2e8979b0818a0e0d036ab7467 [diff] |
Use vim-table-mode instead of tabular
diff --git a/modules/neovim/markdown/default.nix b/modules/neovim/markdown/default.nix index fb7e2a0..9829208 100644 --- a/modules/neovim/markdown/default.nix +++ b/modules/neovim/markdown/default.nix
@@ -3,8 +3,8 @@ plugins = with pkgs.vimPlugins; [ vim-markdown ncm2-markdown-subscope - tabular markdown-preview-nvim + vim-table-mode ]; extraConfig = builtins.readFile ./markdown.vim; };