diff options
| author | zachir <zachir@librem.one> | 2026-01-11 19:26:22 -0600 |
|---|---|---|
| committer | zachir <zachir@librem.one> | 2026-01-11 19:26:22 -0600 |
| commit | 81eeb3aec382b8e912560082df8b7d4a67fdeb98 (patch) | |
| tree | 332d26447d7bcdf60d57f0ec33411551503930d9 /nvim/lua | |
| parent | 10d59796b2525ab0b81a9efb4c5af447d279ce44 (diff) | |
| parent | 4dfae6cc2cae76d60e04ead74774b74b1432219c (diff) | |
Merge branch 'master' into cascas
Diffstat (limited to 'nvim/lua')
| -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", |
