Compare commits
No commits in common. "5fdd205dd4629d9321b822294f1adf516cbb72b3" and "79c577e741b94a909fbe19f093796e3d99a488ac" have entirely different histories.
5fdd205dd4
...
79c577e741
3 changed files with 22 additions and 3 deletions
|
@ -1,4 +1,3 @@
|
||||||
jorgebucaran/fisher
|
jorgebucaran/fisher
|
||||||
isacikgoz/sashimi
|
isacikgoz/sashimi
|
||||||
franciscolourenco/done
|
franciscolourenco/done
|
||||||
patrickf1/fzf.fish
|
|
||||||
|
|
|
@ -3,8 +3,7 @@
|
||||||
SETUVAR __fish_initialized:3400
|
SETUVAR __fish_initialized:3400
|
||||||
SETUVAR _fisher_franciscolourenco_2F_done_files:\x7e/\x2econfig/fish/conf\x2ed/done\x2efish
|
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_jorgebucaran_2F_fisher_files:\x7e/\x2econfig/fish/functions/fisher\x2efish\x1e\x7e/\x2econfig/fish/completions/fisher\x2efish
|
||||||
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
|
||||||
SETUVAR _fisher_plugins:jorgebucaran/fisher\x1eisacikgoz/sashimi\x1efranciscolourenco/done\x1epatrickf1/fzf\x2efish
|
|
||||||
SETUVAR _fisher_upgraded_to_4_4:\x1d
|
SETUVAR _fisher_upgraded_to_4_4:\x1d
|
||||||
SETUVAR fish_color_autosuggestion:brblack
|
SETUVAR fish_color_autosuggestion:brblack
|
||||||
SETUVAR fish_color_cancel:\x2dr
|
SETUVAR fish_color_cancel:\x2dr
|
||||||
|
|
21
shell/.config/nvim/init.vim
Normal file
21
shell/.config/nvim/init.vim
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
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
|
||||||
|
|
Loading…
Reference in a new issue