aboutsummaryrefslogtreecommitdiff
path: root/lua
AgeCommit message (Collapse)Author
2022-08-18add config dir to workspace.library for lua lspjdhao
2022-08-15update mappingjdhao
2022-08-14update version checkjdhao
2022-08-14chore: renamingjdhao
2022-08-14add fidget-nvim for lsp-progressjdhao
2022-08-14Merge pull request #62 from jdhao/lua-lspjdhao
update lua lsp conf
2022-08-14update sumneko lua settingsjdhao
1. remove runtime.path settings. It seems that it is not necessary, https://github.com/neovim/nvim-lspconfig/commit/03a047ef52d1bb68a96051c48855799f14a4623b. 2. update workspace.library, ref plugin ii14/emmylua-nvim
2022-08-14make inspect() globaljdhao
2022-08-13update lua-language-server confjdhao
lua-language-server has changed its running method significantly, so we need to change it in the nvim-lspconfig.
2022-08-13make dashboard-nvim an opt pluginjdhao
2022-08-13Transition from init.vim to init.luajdhao
2022-08-07refactor: disable showing trailing space and mix indent for non-modifiable ↵jdhao
buffers
2022-08-07fix: dashboard map is not localjdhao
2022-08-07remove alpha-nvim, use dashboard-nvimjdhao
2022-08-06fix: trailing white sapces do not show as expectedjdhao
The plugin whitespace.nvim has changed its internal implementation. It is not reliable to depend on external plugins.
2022-08-01revert to vim-auto-savejdhao
auto-save.nvim is erroring out
2022-07-28add theme catppuccinjdhao
2022-07-28update packer configjdhao
2022-07-28update nvim-cmp conf since cmp-nvim-lua is removedjdhao
2022-07-27use emmylua-nvim instead of cmp-nvim-lua for better completionjdhao
2022-05-29add lua map module and more mappingsjdhao
2022-05-29disable alpha-nvimjdhao
There are errors with nvim 0.7.
2022-05-18lsp: only show diagnostic once for each line if cursor is not movedjdhao
This will help use to check signature help without it being overwritten by diagnostic popups.
2022-05-15refactor: local fn = vim.fnjdhao
2022-05-15change location of packer_compiled.luajdhao
2022-05-14use vim.pretty_print for checking lua objectsjdhao
2022-05-04update nvim-cmp confjdhao
The issue has been fixed by the maintainer.
2022-05-04fix nvim-cmp issue, see hrsh7th/nvim-cmp#964jdhao
2022-04-29update hlslens confjdhao
2022-04-29refactor: simplify hlslens confjdhao
2022-04-29fix: error when pressing n/N if pattern not present in bufferjdhao
2022-04-27use vim.keymap for key mappings in luajdhao
2022-04-27update nvim-tree confjdhao
2022-04-16[nvim 0.7] use native lua autocmd for cleaner codejdhao
2022-04-16[nvim 0.7] vim.keymap.set opts updatejdhao
2022-04-16[nvim 0.7] use the new vim.keymap interfacejdhao
2022-04-14fix nvim-cmp errorjdhao
check https://github.com/hrsh7th/nvim-cmp/issues/231#issuecomment-1098175017
2022-04-10update nvim-cmp conf, fix hrsh7th/nvim-cmp#880jdhao
2022-04-03chore: use ft for FileType lazyloadingjdhao
2022-04-02update nvim-tree conf: stay focusjdhao
2022-03-29update nvim-tree confjdhao
2022-03-15working config for cmp-omni and vimtexjdhao
2022-03-14add cmp-omni for working with texjdhao
2022-03-07update hop.nvim confjdhao
2022-02-11update nvim-cmp confjdhao
2022-02-08[breaking change] remove direct reference to fastgitjdhao
fastgit may be blocked by GFW (see https://t.me/fastgitchannel/81), so hard-coding its URL is not a good option. Using git URL rewrite feature is a better choice: https://jdhao.github.io/2021/11/27/git_notes_s4/#use-a-git-mirror-site-for-cloning. This is a breaking change, since previously I use hub.fastgit.org as the url, now the url will be default github.com unless the user change it using the above mentioned method to change the cloning URL.
2022-02-05nvim-tree: auto-close when it is the only winjdhao
2022-02-05Use nvim-tree as file explorer when we open a folderjdhao
netrw plugin needs to be disabled, and nvim-tree needs to be start package. Otherwise, the hijacking won't work, and when we open a folder, it just open a new file with the same name.
2022-02-05update nvim-tree confjdhao
2022-02-05enable lualine's support for nvim-treejdhao
See also https://github.com/nvim-lualine/lualine.nvim#extensions.