good latex stuff?
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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)"')
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -19,4 +19,5 @@ return {
|
||||
end,
|
||||
},
|
||||
["simrat39/rust-tools.nvim"] = {},
|
||||
["lervag/vimtex"] = {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user