aboutsummaryrefslogtreecommitdiff
path: root/lua/pml68/configs/settings
diff options
context:
space:
mode:
authorpml68 <tutorialmester@gmail.com>2024-05-07 21:40:37 +0200
committerpml68 <tutorialmester@gmail.com>2024-05-07 21:40:37 +0200
commit44df1c099bbcb90efe2aba55ed247f7e86eaa2ac (patch)
tree90c8207396a683100a7b8c22dbcd892467feb631 /lua/pml68/configs/settings
parentfeat: set o.mouse to "" (diff)
downloadnvim-44df1c099bbcb90efe2aba55ed247f7e86eaa2ac.tar.gz
fix: asm_lsp not working and VimTeX not loading
Diffstat (limited to '')
-rw-r--r--lua/pml68/configs/settings/asm_lsp.lua3
1 files changed, 3 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,
+}