mirror of
https://git.feal.no/felixalb/nixos-config.git
synced 2025-10-06 04:53:57 +02:00
home/neovim: Fix lightline, disable coc
This commit is contained in:
@@ -50,7 +50,7 @@ in {
|
|||||||
" Integrate status with lightline
|
" Integrate status with lightline
|
||||||
let g:lightline = {
|
let g:lightline = {
|
||||||
\ 'active': {
|
\ 'active': {
|
||||||
\ 'left': [[ 'coc_info', 'coc_hints', 'coc_errors', 'coc_warnings', 'coc_ok' ], [ 'coc_status' ]]
|
\ 'left': [[ 'mode', 'paste', 'filename', 'readonly', 'coc_info', 'coc_hints', 'coc_errors', 'coc_warnings', 'coc_ok' ], [ 'coc_status' ]]
|
||||||
\ }
|
\ }
|
||||||
\ }
|
\ }
|
||||||
|
|
||||||
@@ -132,6 +132,9 @@ in {
|
|||||||
|
|
||||||
" Start with copilot disabled
|
" Start with copilot disabled
|
||||||
let g:copilot_enabled = 0
|
let g:copilot_enabled = 0
|
||||||
|
|
||||||
|
" Start with Coc disabled
|
||||||
|
" autocmd VimEnter * CocDisable
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user