Compare commits
4 Commits
4ab847b117
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 9a1542f5e0 | |||
| df3845380f | |||
| 423097ba91 | |||
| 2e126f4b26 |
@@ -6,6 +6,7 @@ x-scheme-handler/betterdiscord=discord.desktop
|
||||
x-scheme-handler/discord-1216669957799018608=discord-1216669957799018608.desktop
|
||||
x-scheme-handler/lunarclient=lunarclient.desktop
|
||||
x-scheme-handler/discord-562286213059444737=lunarclient.desktop
|
||||
x-scheme-handler/ror2mm=r2modman.desktop
|
||||
|
||||
[Added Associations]
|
||||
application/x-osu-beatmap-archive=osu-wine-osr.desktop;
|
||||
|
||||
@@ -270,7 +270,7 @@ vim.api.nvim_create_autocmd('FileType', {
|
||||
callback = function()
|
||||
if vim.bo.filetype ~= "plaintex" and vim.bo.filetype ~= "tex" and vim.bo.filetype ~= "latex" and
|
||||
vim.bo.filetype ~= "qf" and vim.bo.filetype ~= "bib" and vim.bo.filetype ~= "" and vim.bo.filetype ~= "pdf"
|
||||
and vim.bo.filetype ~= "conf" and vim.bo.filetype ~= "TelescopePrompt" and vim.bo.filetype ~= "lazy" and vim.bo.filetype ~= "lazy_backdrop" and vim.bo.filetype ~= "TelescopeResults" and vim.bo.filetype ~= "netrw" and vim.bo.filetype ~= "html.mustache" and vim.bo.filetype ~= "mustache" and vim.bo.filetype ~= "sage" and vim.bo.filetype ~= "sage.python" and vim.bo.filetype ~= "snacks_terminal" and vim.bo.filetype ~= "NvimTree" and vim.bo.filetype ~= "neo-tree" and vim.bo.filetype ~= "oil" and vim.bo.filetype ~= "minifiles" and vim.bo.filetype ~= "netrw" and vim.bo.filetype ~= "snacks_picker_list" and vim.bo.filetype ~= "codex" then
|
||||
and vim.bo.filetype ~= "conf" and vim.bo.filetype ~= "TelescopePrompt" and vim.bo.filetype ~= "lazy" and vim.bo.filetype ~= "lazy_backdrop" and vim.bo.filetype ~= "TelescopeResults" and vim.bo.filetype ~= "netrw" and vim.bo.filetype ~= "html.mustache" and vim.bo.filetype ~= "mustache" and vim.bo.filetype ~= "sage" and vim.bo.filetype ~= "sage.python" and vim.bo.filetype ~= "snacks_terminal" and vim.bo.filetype ~= "NvimTree" and vim.bo.filetype ~= "neo-tree" and vim.bo.filetype ~= "oil" and vim.bo.filetype ~= "minifiles" and vim.bo.filetype ~= "netrw" and vim.bo.filetype ~= "snacks_picker_list" and vim.bo.filetype ~= "codex" and vim.bo.filetype ~= "text" then
|
||||
vim.treesitter.start()
|
||||
vim.wo[0][0].foldexpr = 'v:lua.vim.treesitter.foldexpr()'
|
||||
vim.wo[0][0].foldmethod = 'expr'
|
||||
|
||||
@@ -30,5 +30,5 @@ expose_apis = 1
|
||||
|
||||
; DO NOT CHANGE!
|
||||
[Backup]
|
||||
version = 1.2.52.442.g01893f92
|
||||
with = 2.38.7
|
||||
version = 1.2.92.147.g5b8f9367
|
||||
with = 2.44.0
|
||||
|
||||
@@ -548,11 +548,11 @@ body.video-full-screen.video-full-screen--hide-ui {
|
||||
icon: Spicetify.SVGIcons.artist,
|
||||
}),
|
||||
CONFIG.showAlbum &&
|
||||
react.createElement(SubInfo, {
|
||||
id: "fad-album",
|
||||
text: this.state.album,
|
||||
icon: Spicetify.SVGIcons.album,
|
||||
}),
|
||||
react.createElement(SubInfo, {
|
||||
id: "fad-album",
|
||||
text: this.state.album,
|
||||
icon: Spicetify.SVGIcons.album,
|
||||
}),
|
||||
react.createElement(
|
||||
"div",
|
||||
{
|
||||
@@ -565,13 +565,13 @@ body.video-full-screen.video-full-screen--hide-ui {
|
||||
)
|
||||
),
|
||||
CONFIG.lyricsPlus &&
|
||||
react.createElement("div", {
|
||||
id: "fad-lyrics-plus-container",
|
||||
style: {
|
||||
"--lyrics-color-active": "#ffffff",
|
||||
"--lyrics-color-inactive": "#ffffff50",
|
||||
},
|
||||
})
|
||||
react.createElement("div", {
|
||||
id: "fad-lyrics-plus-container",
|
||||
style: {
|
||||
"--lyrics-color-active": "#ffffff",
|
||||
"--lyrics-color-inactive": "#ffffff50",
|
||||
},
|
||||
})
|
||||
)
|
||||
);
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
.main-leaderboardComponent-container {
|
||||
/* .main-leaderboardComponent-container {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@@ -8,4 +8,4 @@
|
||||
|
||||
.main-home-homeHeader {
|
||||
display: none;
|
||||
}
|
||||
} */
|
||||
|
||||
@@ -2,6 +2,7 @@ export PATH=$HOME/.config/bin/$(cat /etc/hostname):$HOME/.config/bin:$HOME/.loca
|
||||
export MANPATH=$MANPATH:$HOME/.local/share/texlive/2026/texmf-dist/doc/man
|
||||
export INFOPATH=$INFOPATH:$HOME/.local/share/texlive/2026/texmf-dist/doc/info
|
||||
export PATH="$PATH:/home/emh/.config/.foundry/bin"
|
||||
export PATH="/home/emh/documents/tob/nrt/depot_tools:$PATH"
|
||||
|
||||
. "$HOME"/.cache/theme/colors.sh
|
||||
. "$HOME"/.cache/theme/variables.sh
|
||||
|
||||
Reference in New Issue
Block a user