From f27ef317fbb8b8213bf85c33ab3546084e657844 Mon Sep 17 00:00:00 2001 From: Marco Thomas Date: Fri, 11 Dec 2020 09:54:22 +0100 Subject: [PATCH] Add vista to vimrc --- files/.config/picom.conf | 2 +- files/.vimrc | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/files/.config/picom.conf b/files/.config/picom.conf index ac6a04b..d66a2eb 100644 --- a/files/.config/picom.conf +++ b/files/.config/picom.conf @@ -9,7 +9,7 @@ opacity-rule = [ backend = "glx"; blur: { method: "dual_kawase"; - strength = 4; + strength = 5; } # Fading diff --git a/files/.vimrc b/files/.vimrc index 3d8af8c..cb2c0b3 100644 --- a/files/.vimrc +++ b/files/.vimrc @@ -33,6 +33,7 @@ if has ("nvim") Plug 'Shougo/neosnippet.vim' " snippet support Plug 'Shougo/neosnippet-snippets' " actual snippets Plug 'nvim-lua/completion-nvim' " autocomplete + Plug 'liuchengxu/vista.vim' " tags endif call plug#end() @@ -88,8 +89,6 @@ let g:lightline.active = { \ 'right': [['lineinfo'], ['percent'], ['fileformat', 'fileencoding', 'filetype']] \ } -"let g:lightline.separator = { 'left': "", 'right': "" } -"let g:lightline.tabline_separator = { 'left': "", 'right': "" } let g:lightline.subseparator = { 'left': '|', 'right': '|' } " ============================== Indents and Whitespaces @@ -130,6 +129,9 @@ cmap q1 q! nmap ff :Files nmap ft :tabe:Files +" vista tags +nmap v :Vista finder fzf:vim_lsp + " ============================== Cool NeoVim Shit if has ("nvim") " setup lsp configs