good latex stuff?
This commit is contained in:
@@ -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