diff options
| -rw-r--r-- | lua/pml68/configs/settings/asm_lsp.lua | 3 | ||||
| -rw-r--r-- | lua/pml68/plugins.lua | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/lua/pml68/configs/settings/asm_lsp.lua b/lua/pml68/configs/settings/asm_lsp.lua new file mode 100644 index 0000000..da468c7 --- /dev/null +++ b/lua/pml68/configs/settings/asm_lsp.lua @@ -0,0 +1,3 @@ +return { + single_file_support = true, +} diff --git a/lua/pml68/plugins.lua b/lua/pml68/plugins.lua index e474407..9bd4cda 100644 --- a/lua/pml68/plugins.lua +++ b/lua/pml68/plugins.lua @@ -298,6 +298,7 @@ local plugins = { { "lervag/vimtex", dependencies = "micangl/cmp-vimtex", + lazy = false, init = function() vim.g.vimtex_view_method = 'mupdf' end |
