From 802320cb9c6de6da914e05f4cabcd2a5ace879ed Mon Sep 17 00:00:00 2001 From: self Date: Sat, 27 Aug 2022 22:23:44 +0100 Subject: changed: alacritty theme, mn path, powerline absolutepath --- init.vim | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'init.vim') diff --git a/init.vim b/init.vim index 90345c5..f46841c 100755 --- a/init.vim +++ b/init.vim @@ -143,7 +143,7 @@ let g:lightline = { \ 'colorscheme': 'wombat', \ 'active': { \ 'left': [ [ 'mode', 'paste' ], - \ [ 'gitbranch', 'readonly', 'filename', 'modified' ] + \ [ 'gitbranch', 'readonly', 'filename', 'modified', 'absolutepath' ] \ ], \ 'right': [ [ 'lineinfo' ], \ [ 'percent' ], @@ -154,12 +154,11 @@ let g:lightline = { \ 'charvaluehex': '0x%B' \ }, \ 'component_function': { - \ 'gitbranch': 'FugitiveHead' + \ 'gitbranch': 'FugitiveHead', + \ 'filepath': 'LightlineFilepath' \ } \ } - - " For Rust development Plug 'hrsh7th/nvim-cmp' " Completion framework Plug 'hrsh7th/cmp-nvim-lsp' " LSP completion source for nvim-cmp -- cgit v1.2.1