Compare commits

...

3 commits

Author SHA1 Message Date
Leon Grünewald
5fdd205dd4 Update fish variables 2025-03-18 12:58:56 +01:00
Leon Grünewald
9c9ef088e9 Add fzf to fish plugins 2025-03-18 12:58:17 +01:00
Leon Grünewald
25ba4940ad Delete nvim config 2025-03-18 12:57:45 +01:00
3 changed files with 3 additions and 22 deletions

View file

@ -1,3 +1,4 @@
jorgebucaran/fisher
isacikgoz/sashimi
franciscolourenco/done
patrickf1/fzf.fish

View file

@ -3,7 +3,8 @@
SETUVAR __fish_initialized:3400
SETUVAR _fisher_franciscolourenco_2F_done_files:\x7e/\x2econfig/fish/conf\x2ed/done\x2efish
SETUVAR _fisher_jorgebucaran_2F_fisher_files:\x7e/\x2econfig/fish/functions/fisher\x2efish\x1e\x7e/\x2econfig/fish/completions/fisher\x2efish
SETUVAR _fisher_plugins:jorgebucaran/fisher\x1eisacikgoz/sashimi\x1efranciscolourenco/done
SETUVAR _fisher_patrickf1_2F_fzf_2E_fish_files:\x7e/\x2econfig/fish/functions/_fzf_configure_bindings_help\x2efish\x1e\x7e/\x2econfig/fish/functions/_fzf_extract_var_info\x2efish\x1e\x7e/\x2econfig/fish/functions/_fzf_preview_changed_file\x2efish\x1e\x7e/\x2econfig/fish/functions/_fzf_preview_file\x2efish\x1e\x7e/\x2econfig/fish/functions/_fzf_report_diff_type\x2efish\x1e\x7e/\x2econfig/fish/functions/_fzf_report_file_type\x2efish\x1e\x7e/\x2econfig/fish/functions/_fzf_search_directory\x2efish\x1e\x7e/\x2econfig/fish/functions/_fzf_search_git_log\x2efish\x1e\x7e/\x2econfig/fish/functions/_fzf_search_git_status\x2efish\x1e\x7e/\x2econfig/fish/functions/_fzf_search_history\x2efish\x1e\x7e/\x2econfig/fish/functions/_fzf_search_processes\x2efish\x1e\x7e/\x2econfig/fish/functions/_fzf_search_variables\x2efish\x1e\x7e/\x2econfig/fish/functions/_fzf_wrapper\x2efish\x1e\x7e/\x2econfig/fish/functions/fzf_configure_bindings\x2efish\x1e\x7e/\x2econfig/fish/conf\x2ed/fzf\x2efish\x1e\x7e/\x2econfig/fish/completions/fzf_configure_bindings\x2efish
SETUVAR _fisher_plugins:jorgebucaran/fisher\x1eisacikgoz/sashimi\x1efranciscolourenco/done\x1epatrickf1/fzf\x2efish
SETUVAR _fisher_upgraded_to_4_4:\x1d
SETUVAR fish_color_autosuggestion:brblack
SETUVAR fish_color_cancel:\x2dr

View file

@ -1,21 +0,0 @@
source ~/.vimrc
lua << EOF
require('nvim-treesitter.configs').setup {
auto_install = true,
highlight = {
enable = true,
},
}
vim.g.coq_settings = {
keymap = { recommended = true },
auto_start = 'shut-up',
clients = {
tmux = { enabled = true },
},
}
require('coq')
EOF