1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00
Commit Graph

1390 Commits

Author SHA1 Message Date
jdhao 4171f190f2 Add plugin nvim-lightbulb to hint code actions 2024-11-05 21:47:34 +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 d715ce8f31 update supported nvim version to 0.10.2 2024-10-09 18:00:15 +02:00
jdhao 3040fa7969 use a cmp-fork for now
Until cmp is maintained again or switch??
v0.10.1
2024-10-09 17:37:21 +02:00
jdhao b9cf3cc6ed update conf for plugin live-command.nvim 2024-09-20 21:26:28 +02:00
jdhao 154cde3d71 Add plugin live-command.nvim 2024-09-19 22:07:03 +02:00
jdhao 81f64ed32e Use absolute path for viml config
Full path should be used to load viml config, otherwise, when we open
nvim in other directories, we see errors that the viml config can not be
found.
2024-09-02 22:19:52 +02:00
jdhao db380ca7a7 remove inspect() from lua _G table
Nvim nows provides `vim.inspect()` and `vim.print()`.
2024-09-01 21:47:21 +02:00
jdhao 51f81093da restructure init.lua 2024-08-31 21:25:18 +02:00
jdhao a9fc298063 update documentation for resuming cursor position 2024-08-30 01:03:13 +02:00
jdhao 9071e045eb Make * and # search case aware
By default, when you press `*` to search word under the cursor, the
option `smartcase` is ignored. This means that if you press `*` when
your cursor is on `The`, the lower case one `the` is also searched.

In this commit, we translate star and # search into normal search so that
'smartcase' option is respected.
2024-08-30 01:01:04 +02:00
jdhao fa79647a63 Fix type for option relativenumber
"relativenumber" should be window local option, not buffer local option.
2024-08-29 21:45:07 +02:00
jdhao 4b4ff5f549 Add error handling for resuming the cursor
This will close issue #328.
2024-08-29 21:41:13 +02:00
jdhao 12b0ff02b6 Move autocmd in viml to Lua 2024-08-27 23:12:33 +02:00
jdhao e3930e8aa7 remove unused plugins 2024-08-25 23:36:29 +02:00
jdhao 21522bd194 update config for yanky 2024-08-25 23:34:03 +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 d150f39afc Add new plugins 2024-08-19 23:37:57 +02:00
jdhao 3904cd4ccf Update config for handling large files 2024-08-19 23:34:21 +02:00
jdhao 95d3b2f2d8 remove setting for JSON file 2024-08-19 22:36:58 +02:00
jdhao c3d8dc3e1d Add mapping to delete other buffers 2024-08-17 17:33:36 +02:00
jdhao f9780c2dff update config for bufferline.nvim
Do not show buffer number and use a mapping to pick buffer instead.
2024-08-17 17:29:33 +02:00
jdhao 256c37a946 update vim-fugitive mapping 2024-08-17 15:16:08 +02:00
jdhao eff98d036d update README 2024-08-17 15:10:33 +02:00
jdhao 6e60475f3f Use gx.nvim for browsing in Browser 2024-08-16 00:03:43 +02:00
jdhao d90273df8e remove lua_ls conf in favor of lazydev.nvim
The removed settings are already set by lazydev.nvim.
2024-08-15 23:44:50 +02:00
jdhao 659f410b9e move version check into function 2024-08-15 23:38:31 +02:00
jdhao a602d98819 fix git mapping issue
`<cmd> `mapping must end with `<CR>`
2024-08-09 22:23:04 +02:00
jdhao 9ff76931e3 update git related mappings 2024-08-09 22:19:13 +02:00
jdhao 85232b82a8 Update mapping of plugin open-browser.vim 2024-08-09 22:05:54 +02:00
jdhao cfc0089bb5 add plugin lazydev.nvim 2024-08-07 00:48:21 +08:00
jdhao f1062a3d8f filter fold level sign for statuscol.nvim
Only show fold signs for fold level below a certain level to avoid
clutter the left side columns with a lot of folding signs
2024-08-07 00:14:19 +08:00
jdhao fd6df981cd Update nvim-ufo settings 2024-08-06 23:58:54 +08:00
jdhao 8af8ebd72a remove statusline.lua 2024-08-06 17:25:33 +02:00
jdhao 4c697d89f3 change name of lualine config 2024-08-06 23:04:37 +08:00
jdhao e6f95cedb1 Update installation doc 2024-08-06 06:51:39 +08:00
jdhao 262ad6aa38 Add new colorscheme kanagawa 2024-08-06 06:16:07 +08:00
jdhao b30cc9ed78 update user dictionary 2024-08-06 06:05:20 +08:00
jdhao b3a26e4226 update load condtion for nvim-tree 2024-08-06 06:02:02 +08:00
jdhao 794b098090 Add git blame mapping 2024-08-06 05:59:14 +08:00
jdhao b728b39784 update type hint for functions 2024-08-06 05:35:19 +08:00
jdhao acc3ed7829 show error message only when no word is under cursor 2024-08-06 05:33:24 +08:00
jdhao 44e9e5a1ce Fix lua_ls diagnostic warnings 2024-08-06 05:24:16 +08:00
jdhao 5502d29f40 update config related to folding
1. For python and lua, rely on LSP for folding
2. show fold signs on the right of the number column
2024-08-06 05:17:51 +08:00
jdhao fe95658319 Add colorscheme arctic.nvim 2024-08-05 06:25:28 +08:00
jdhao e165276763 fix error when there is no cursor word 2024-08-05 06:23:18 +08:00
jdhao 933b887281 update config for nvim-ufo 2024-08-05 05:50:45 +08: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 7f4772fd31 update setting for colorscheme gruvbox-material 2024-08-05 05:04:35 +08:00
jdhao bf49e90947 change value for option 'splitkeep' 2024-08-05 05:03:02 +08:00