diff options
| author | zsmith <zsmith@newhopechurch.tv> | 2025-12-23 10:02:41 -0600 |
|---|---|---|
| committer | zsmith <zsmith@newhopechurch.tv> | 2025-12-23 10:02:41 -0600 |
| commit | e668e8eb29215b2ba2beb873dc85670d13ecfe50 (patch) | |
| tree | a396dc44273d721bc7778cfa93b9366b7bd91f70 /nvim/lua/plugins.lua | |
| parent | 467470b318d2a46d6de9b4427ced1c533f0c152a (diff) | |
Remove latex live preview in macosmac
Neovim for mac doesn't come with python support built in apparently.
Diffstat (limited to 'nvim/lua/plugins.lua')
| -rw-r--r-- | nvim/lua/plugins.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nvim/lua/plugins.lua b/nvim/lua/plugins.lua index 0984c21..7428e3b 100644 --- a/nvim/lua/plugins.lua +++ b/nvim/lua/plugins.lua @@ -50,7 +50,7 @@ require("lazy").setup({ 'axvr/org.vim', 'ziglang/zig.vim', 'jdonaldson/vaxe', - 'xuhdev/vim-latex-live-preview', + --'xuhdev/vim-latex-live-preview', 'waycrate/swhkd-vim', 'HiPhish/guile.vim', 'preservim/nerdtree', |
