good latex stuff?

This commit is contained in:
LinlyBoi
2022-12-18 12:54:38 +02:00
parent 8ed04358a3
commit 6d5ebd6280
5 changed files with 7 additions and 2 deletions

View File

@@ -136,7 +136,7 @@ then
cat NEXT_TO_RUN
fi
export PATH=$PATH:/sbin/
export PATH=$PATH:/home/libkyy/.spicetify:/home/libkyy/.cargo/bin
export PATH=$PATH:/home/libkyy/.spicetify:/home/libkyy/.cargo/bin:/usr/local/texlive/2022/bin/x86_64-linux
export TERMINAL=kitty
export MPD_HOST=127.0.0.1
export MPD_PORT=6969

View File

@@ -4,4 +4,4 @@ exec --no-startup-id /usr/lib/gnome-settings-daemon/gnome-settings-daemon
exec killall -q notify-osd
exec bash ~/scripts/res.sh
exec_always --no-startup-id dunst -config ~/.config/dunst/dunstrc
exec redshift -l $(curl -s "https://location.services.mozilla.com/v1/geolocate?key=geoclue" | jq -r '"\(.location.lat):\(.location.lng)"')
exec --no-startup-id redshift -l $(curl -s "https://location.services.mozilla.com/v1/geolocate?key=geoclue" | jq -r '"\(.location.lat):\(.location.lng)"')

View File

@@ -1,6 +1,9 @@
-- Just an example, supposed to be placed in /lua/custom/
local M = {}
vim.g.vimtex_view_method = 'zathura'
vim.g.vimtext_compiler_method = 'pdflatex'
-- make sure you maintain the structure of `core/default_config.lua` here,
-- example of changing theme:

View File

@@ -3,6 +3,7 @@
-- you can even override default options here (core/options.lua)
local rt = require("rust-tools")
rt.setup({
server = {
on_attach = function(_, bufnr)

View File

@@ -19,4 +19,5 @@ return {
end,
},
["simrat39/rust-tools.nvim"] = {},
["lervag/vimtex"] = {}
}