diff options
| author | zachir <zachir@librem.one> | 2025-12-27 20:42:04 -0600 |
|---|---|---|
| committer | zachir <zachir@librem.one> | 2025-12-27 20:42:04 -0600 |
| commit | 4518f6e538c260519deb38639d3451db30bf2a80 (patch) | |
| tree | dd74602018d8523e76302aae00bbb52544b19a2d | |
| parent | f43937d220835c0653b28b2ad86cbaaa18a8a4e9 (diff) | |
| parent | 234b3771eef6a27912504c20459b4e76f92686a9 (diff) | |
Merge branch 'master' into cla
| -rw-r--r-- | nvim/lua/options.lua | 3 | ||||
| -rw-r--r-- | nvim/lua/plugins.lua | 3 |
2 files changed, 5 insertions, 1 deletions
diff --git a/nvim/lua/options.lua b/nvim/lua/options.lua index ae802be..86dd977 100644 --- a/nvim/lua/options.lua +++ b/nvim/lua/options.lua @@ -84,3 +84,6 @@ vim.g.indent_guides_enable_on_vim_startup = 0 -- vim-signify vim.opt.updatetime = 100 + +-- vim-latex-live-preview +vim.g.livepreview_previewer = 'zathura' diff --git a/nvim/lua/plugins.lua b/nvim/lua/plugins.lua index 3684b89..0984c21 100644 --- a/nvim/lua/plugins.lua +++ b/nvim/lua/plugins.lua @@ -35,11 +35,12 @@ require("lazy").setup({ }, { "neovim/nvim-lspconfig", - config = function() + --[[config = function() local lspconfig = require("lspconfig") lspconfig.pylsp.setup({}) end, + --]] }, "tanvirtin/monokai.nvim", "lervag/vimtex", |
