Compare commits

..

No commits in common. "32d44330ef153cdbbcc8a0638c42afc9c3197e0d" and "cd77541819da77cf0ced9790b6d23f449ca598f4" have entirely different histories.

2 changed files with 1 additions and 14 deletions

View File

@ -73,8 +73,6 @@ Plug 'inkarkat/vim-mark'
Plug 'rking/ag.vim'
Plug 'terryma/vim-multiple-cursors'
Plug 'lukas-reineke/indent-blankline.nvim'
" temp plugin
Plug 'tpope/vim-surround'
Plug 'buoto/gotests-vim'
@ -322,15 +320,6 @@ let g:fzf_history_dir = '~/.local/share/fzf-history'
lua << EOF
vim.opt.list = true
vim.opt.listchars:append "eol:↴"
require("indent_blankline").setup {
show_end_of_line = true,
show_current_context = true,
show_current_context_start = true,
}
local nvlsp = require'lspconfig'
local lspSig = require'lsp_signature'
@ -400,7 +389,6 @@ cmp.setup {
-- behavior = cmp.ConfirmBehavior.Insert,
select = true,
}),
['<C-e>'] = cmp.mapping.abort(),
-- ['<Tab>'] = cmp.mapping(cmp.mapping.select_next_item(), { 'i', 's' }),
}),
snippet = {

3
tmux
View File

@ -6,8 +6,7 @@ run-shell "tmux setenv -g TMUX_VERSION_29 $(awk 'BEGIN {print (\"'$(tmux -V | se
# -----------------------------
# Global settings
# -----------------------------
# set -g default-terminal xterm-256color
set -g default-terminal screen-256color
set -g default-terminal xterm-256color
set-option -ga terminal-overrides ",*256col*:Tc"
# scrollback buffer n lines