Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
SingularisArt committed Aug 24, 2024
1 parent 9de728d commit 27d2976
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 1 deletion.
Binary file modified aspects/dotfiles/files/.local/share/autojump/autojump.txt
Binary file not shown.
Binary file modified aspects/dotfiles/files/.local/share/autojump/autojump.txt.bak
Binary file not shown.
Binary file modified aspects/dotfiles/files/.local/share/newsboat/cache.db
Binary file not shown.
Binary file modified aspects/dotfiles/files/.local/share/zathura/bookmarks.sqlite
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,10 @@ function config.cmp()

cmp.setup.filetype("tex", {
sources = cmp.config.sources({
{ name = "nvim_lsp" },
{ name = "ultisnips" },
{ name = "calc" },
{ name = "path" },
{ name = "latex_symbols", option = { strategy = 2 } },
}, {}),
})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ M.servers = {
sqlls = require("modules.lsp.settings.sqlls"),
cssls = { filetypes = { "css" }, install = true },
html = require("modules.lsp.settings.html"),
-- texlab = require("modules.lsp.settings.texlab"),
texlab = require("modules.lsp.settings.texlab"),
bashls = { filetypes = { "bash" }, install = true },
clangd = require("modules.lsp.settings.clangd"),
tailwindcss = {
Expand Down

0 comments on commit 27d2976

Please sign in to comment.