jdhao
999a1733cf
use nvim-cmp for cmd line completion
...
- remove wilder.nvim and its config
- add blink.cmp config as backup solution
2025-04-30 19:01:57 +02:00
jdhao
ea2b4a728d
remove plugin vim-markdown ( #398 )
...
use tree-sitter based markdown render instead.
2025-04-04 18:16:20 +02:00
jdhao
60852c0473
Switch from LeaderF to Fzf-lua as the default fuzzy finder ( #395 )
2025-04-02 18:20:01 +02:00
jdhao
bfc531656a
Add option messagesopt config
2025-03-30 20:56:43 +02:00
jdhao
5f662f143b
update various config after nvim 0.11 release ( #386 )
2025-03-28 20:27:02 +01:00
jdhao
f005a8303d
Nvim version bump ( #385 )
...
* update nvim version to 0.11.0
* replace deprecated nvim_err_write/nvim_err_writeln call
* replace deprecated func for diagnostic and lsp
* use vim.hl instead
* use new way to define diagnostic signs
2025-03-26 22:33:39 +01:00
jdhao
ee4bce4671
enable mouse in normal mode
2025-02-15 14:36:24 +01:00
jdhao
70e9943aac
update supported nvim version to latest stable
...
Update a few plugins
2025-02-12 23:32:21 +01:00
jdhao
f95d4c09b4
disable mouse
2024-12-21 00:03:38 +01:00
jdhao
1d66475cae
make option showcmd shown in statusline instead
...
Related issues:
+ https://groups.google.com/g/vim_dev/c/YwFLUaduXTQ
+ https://github.com/neovim/neovim/pull/21202
+ https://github.com/nvim-lualine/lualine.nvim/issues/949
2024-12-19 23:39:14 +01:00
jdhao
5426c88a90
update Leaderf setting
...
Only search file content and not file name when using Leaderf rg
2024-11-05 21:44:34 +01:00
jdhao
12b0ff02b6
Move autocmd in viml to Lua
2024-08-27 23:12:33 +02:00
jdhao
a3c8b3d5b5
Update configuration for nvim-cmp
...
1. restrict max width of the completion menu. Here I am using
lspkind.nvim to achieve this. There are other native ways to do this,
see also https://github.com/hrsh7th/nvim-cmp/discussions/609 and
https://github.com/hrsh7th/nvim-cmp/issues/980
2. remove cmp-emoji as it is rarely used and interfere when I write
Python
3. lower the transparency for popup menu
2024-08-20 01:04:02 +02:00
jdhao
3904cd4ccf
Update config for handling large files
2024-08-19 23:34:21 +02:00
jdhao
6e60475f3f
Use gx.nvim for browsing in Browser
2024-08-16 00:03:43 +02:00
jdhao
85232b82a8
Update mapping of plugin open-browser.vim
2024-08-09 22:05:54 +02:00
jdhao
69643e143a
use plugin nvim-ufo for better folding
...
The settings are copied from https://github.com/kevinhwang91/nvim-ufo/issues/4#issuecomment-1514537245 ,
with some modification.
2024-08-05 05:27:49 +08:00
jdhao
bf49e90947
change value for option 'splitkeep'
2024-08-05 05:03:02 +08:00
jdhao
784b435f0e
update LeaderF settings
2024-08-02 23:41:36 +08:00
jdhao
2c9948300d
Add diffview.nvim for viewing diffs
2023-10-18 22:10:11 +02:00
jdhao
b1f0ef63ef
Rename vimscript conf directory
2023-10-11 20:41:25 +02:00