diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2025-04-07 21:01:01 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2025-04-07 21:01:24 +0200 |
commit | 443de46f5ba410dbd71945399e52c677f02ed6af (patch) | |
tree | 3288e2b96ad818c91ffbddf1d892d54cbf90f797 | |
parent | ecfb71178c954d0cfb0a895cf483242f9db84df7 (diff) |
update vim config
-rw-r--r-- | .config/coc/extensions/package.json | 2 | ||||
-rw-r--r-- | .config/nvim/init.vim | 2 | ||||
-rwxr-xr-x | .local/share/mode/switch.d/vim | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/.config/coc/extensions/package.json b/.config/coc/extensions/package.json index 1a8c2f8..d540984 100644 --- a/.config/coc/extensions/package.json +++ b/.config/coc/extensions/package.json @@ -17,5 +17,5 @@ }, "disabled": [], "locked": [], - "lastUpdate": 1738787321876 + "lastUpdate": 1743837108306 }
\ No newline at end of file diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim index 9278804..b675a18 100644 --- a/.config/nvim/init.vim +++ b/.config/nvim/init.vim @@ -89,6 +89,8 @@ Plug 'arzg/vim-colors-xcode' Plug 'romgrk/github-light.vim' Plug 'vv9k/vim-github-dark' Plug 'rose-pine/neovim' + +Plug '~/.config/nvim/local/coc-markdown-links' call plug#end() " keybinds diff --git a/.local/share/mode/switch.d/vim b/.local/share/mode/switch.d/vim index 7c2bbf6..cb5a651 100755 --- a/.local/share/mode/switch.d/vim +++ b/.local/share/mode/switch.d/vim @@ -13,7 +13,7 @@ let s:test = [ '#ff00ff', 'NONE' ] let s:p = {'normal': {}, 'inactive': {}, 'insert': {}, 'replace': {}, 'visual': {}, 'tabline': {}} let s:p.normal.left = [ [ s:fg, s:mode ], [ s:faint, s:bg ] ] let s:p.normal.right = [ [ s:faint, s:bg ] ] -let s:p.normal.middle = [ [ s:none, s:none ] ] +let s:p.normal.middle = [ [ s:bg, s:bg ] ] let s:p.normal.error = [ [ s:test, s:test ] ] let s:p.normal.warning = [ [ s:test, s:test ] ] let s:p.inactive.left = copy(s:p.normal.left) |