mirror of
https://github.com/VectorKappa/dotfiles.git
synced 2025-12-19 08:16:10 +01:00
Compare commits
3 Commits
5851bcacb9
...
629e23f19f
| Author | SHA1 | Date | |
|---|---|---|---|
|
629e23f19f
|
|||
|
21aefc0e13
|
|||
|
28c104ef55
|
@@ -77,10 +77,10 @@ Plug 'ms-jpq/coq.artifacts', {'branch': 'artifacts'}
|
|||||||
Plug 'ms-jpq/coq.thirdparty', {'branch': '3p'}
|
Plug 'ms-jpq/coq.thirdparty', {'branch': '3p'}
|
||||||
|
|
||||||
Plug 'christoomey/vim-system-copy'
|
Plug 'christoomey/vim-system-copy'
|
||||||
|
Plug 'eandrju/cellular-automaton.nvim'
|
||||||
|
|
||||||
Plug 'neovim/nvim-lspconfig'
|
Plug 'neovim/nvim-lspconfig'
|
||||||
|
Plug 'ranjithshegde/ccls.nvim'
|
||||||
" Initialize plugin system
|
" Initialize plugin system
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
@@ -182,6 +182,7 @@ local lsp_flags = {
|
|||||||
--lsp.<server>.setup(coq.lsp_ensure_capabilities(<stuff...>)) -- after
|
--lsp.<server>.setup(coq.lsp_ensure_capabilities(<stuff...>)) -- after
|
||||||
|
|
||||||
lsp.pyright.setup(coq.lsp_ensure_capabilities({}))
|
lsp.pyright.setup(coq.lsp_ensure_capabilities({}))
|
||||||
|
lsp.ccls.setup(coq.lsp_ensure_capabilities({}))
|
||||||
lsp.rust_analyzer.setup(coq.lsp_ensure_capabilities({
|
lsp.rust_analyzer.setup(coq.lsp_ensure_capabilities({
|
||||||
settings = {
|
settings = {
|
||||||
["rust-analyzer"] = {
|
["rust-analyzer"] = {
|
||||||
|
|||||||
@@ -91,3 +91,4 @@ alias runhis="anyframe-widget-execute-history"
|
|||||||
|
|
||||||
# Default xclip to use Ctrl-c/Ctrl-v clipboard
|
# Default xclip to use Ctrl-c/Ctrl-v clipboard
|
||||||
alias xclip="xclip -selection c"
|
alias xclip="xclip -selection c"
|
||||||
|
alias :q="exit"
|
||||||
|
|||||||
@@ -182,8 +182,9 @@ zinit ice wait lucid
|
|||||||
zinit load 'wfxr/forgit'
|
zinit load 'wfxr/forgit'
|
||||||
|
|
||||||
# Vi mode :)
|
# Vi mode :)
|
||||||
zinit ice depth=1
|
#zinit ice depth=1
|
||||||
zinit light jeffreytse/zsh-vi-mode
|
#zinit light jeffreytse/zsh-vi-mode
|
||||||
|
|
||||||
#zplug "plugins/virtualenv", from:oh-my-zsh
|
#zplug "plugins/virtualenv", from:oh-my-zsh
|
||||||
#zplug "plugins/pip", from:oh-my-zsh
|
#zplug "plugins/pip", from:oh-my-zsh
|
||||||
#zplug "plugins/nmap", from:oh-my-zsh
|
#zplug "plugins/nmap", from:oh-my-zsh
|
||||||
@@ -222,7 +223,8 @@ zinit wait lucid for \
|
|||||||
atload"!_zsh_autosuggest_start" \
|
atload"!_zsh_autosuggest_start" \
|
||||||
zsh-users/zsh-autosuggestions
|
zsh-users/zsh-autosuggestions
|
||||||
|
|
||||||
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
|
#[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
|
||||||
|
zinit pack"binary" for fzf
|
||||||
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
|
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
|
||||||
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
|
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
|
||||||
(( ! ${+functions[p10k]} )) || p10k finalize
|
(( ! ${+functions[p10k]} )) || p10k finalize
|
||||||
|
|||||||
Reference in New Issue
Block a user