Compare commits
No commits in common. "b48499fbbdc55d44a2d7ea488523e4fb6daf682d" and "2d64a11392c27ebc7a5fdaea1b35e3e65bf048a7" have entirely different histories.
b48499fbbd
...
2d64a11392
4 changed files with 2 additions and 16 deletions
|
@ -1,8 +1,3 @@
|
||||||
# 💤 LazyVim based Neovim
|
# 💤 LazyVim based Neovim
|
||||||
|
|
||||||
See [Lazyvim](https://www.lazyvim.org/) for more info.
|
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.
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ local single_host_plugins = {
|
||||||
othalan = {
|
othalan = {
|
||||||
{'ThePrimeagen/vim-be-good'}, -- for fun + learning
|
{'ThePrimeagen/vim-be-good'}, -- for fun + learning
|
||||||
{ "aklt/plantuml-syntax" },
|
{ "aklt/plantuml-syntax" },
|
||||||
-- { "kaarmu/typst.vim" },
|
{ "kaarmu/typst.vim" },
|
||||||
{
|
{
|
||||||
"mickael-menu/zk-nvim",
|
"mickael-menu/zk-nvim",
|
||||||
config = function()
|
config = function()
|
||||||
|
@ -18,12 +18,6 @@ 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
|
if vim.tbl_contains({ "othalan", "algiz" }, hostname) then
|
||||||
vim.list_extend(plugins, {
|
vim.list_extend(plugins, {
|
||||||
{ "lambdalisue/suda.vim" },
|
{ "lambdalisue/suda.vim" },
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
set -g history-limit 9999999
|
|
||||||
|
|
||||||
set -g status-keys vi
|
set -g status-keys vi
|
||||||
setw -g mode-keys vi
|
setw -g mode-keys vi
|
||||||
set -sg escape-time 10
|
set -sg escape-time 10
|
||||||
|
|
|
@ -23,8 +23,7 @@ fpath=(
|
||||||
path=(
|
path=(
|
||||||
$HOME/{,.local/,.dotfiles/}{,s}bin(N)
|
$HOME/{,.local/,.dotfiles/}{,s}bin(N)
|
||||||
|
|
||||||
$HOME/.{go,cargo,pyenv,pixi,bun,nimble}/bin(N)
|
$HOME/.{go,cargo,pyenv,pixi,zig}/bin(N)
|
||||||
$HOME/.zig/(N)
|
|
||||||
|
|
||||||
/{opt,usr}/{,local/}{,s}bin(N)
|
/{opt,usr}/{,local/}{,s}bin(N)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue