Compare commits

..

3 commits

Author SHA1 Message Date
b48499fbbd
path shenanigans 2024-11-13 15:53:37 -06:00
ca75e319ef
typst on rentcomp 2024-11-13 15:53:08 -06:00
8dcf950107
more history 2024-11-13 15:52:40 -06:00
4 changed files with 16 additions and 2 deletions

View file

@ -1,3 +1,8 @@
# 💤 LazyVim based Neovim
See [Lazyvim](https://www.lazyvim.org/) for more info.
## notes
I added the snakemake files from [here](https://github.com/snakemake/snakemake/tree/main/misc/vim) manually because `lazy.vim` doesn't play super nice with `rtp` modification and I didn't want to figure it out.

View file

@ -5,7 +5,7 @@ local single_host_plugins = {
othalan = {
{'ThePrimeagen/vim-be-good'}, -- for fun + learning
{ "aklt/plantuml-syntax" },
{ "kaarmu/typst.vim" },
-- { "kaarmu/typst.vim" },
{
"mickael-menu/zk-nvim",
config = function()
@ -18,6 +18,12 @@ local single_host_plugins = {
},
}
if vim.tbl_contains({"othalan", "rentcomp01.ccbb.utexas.edu", "rentcomp02.ccbb.utexas.edu"}, hostname) then
vim.list_extend(plugins, {
{"kaarmu/typst.vim" },
})
end
if vim.tbl_contains({ "othalan", "algiz" }, hostname) then
vim.list_extend(plugins, {
{ "lambdalisue/suda.vim" },

View file

@ -1,3 +1,5 @@
set -g history-limit 9999999
set -g status-keys vi
setw -g mode-keys vi
set -sg escape-time 10

View file

@ -23,7 +23,8 @@ fpath=(
path=(
$HOME/{,.local/,.dotfiles/}{,s}bin(N)
$HOME/.{go,cargo,pyenv,pixi,zig}/bin(N)
$HOME/.{go,cargo,pyenv,pixi,bun,nimble}/bin(N)
$HOME/.zig/(N)
/{opt,usr}/{,local/}{,s}bin(N)