6 Commits (dc8475f7bb4fb6f61fdcc78abcdf8ac222ef7ddc)

Author SHA1 Message Date
Marko Korhonen 3a918ea5fe
Neovim: add signature help plugin + make use of quotes consistent 2 years ago
Marko Korhonen 170fe31f6b Nvim: add path source to cmp 3 years ago
Marko Korhonen 312634e010 Neovim: add friendly-snippets 3 years ago
Marko Korhonen e86d81eb32 Neovim: switch from lspinstall to nvim-lsp-installer, coq_nvim to
nvim-cmp
3 years ago
Marko Korhonen 756cebca40 Neovim: switch completion plugin to coq.nvim 3 years ago
Marko Korhonen c024a40316 Refactor neovim config (#2)
Changes include:

- [x] Use init.lua instead of init.vim
   - Some keybindings are still to be converted
- [x] Use packer as a package manager instead of vim-plug
- [ ] Use built-in lsp instead of coc.nvim
   - [x] Set up language servers
   - [x] Completion
   - [x] Formatting (previously coc-prettier, now neoformat)
   - [ ] Snippets
- [ ] Replace fzf with telescope.nvim
- [x] Implement treesitter syntax highlighting
   - More info: https://github.com/nvim-treesitter/nvim-treesitter

Note that this requires neovim nightly until 0.5 is released

Reviewed-on: https://git.korhonen.cc/FunctionalHacker/dotfiles/pulls/2
Co-authored-by: Marko Korhonen <marko@korhonen.cc>
Co-committed-by: Marko Korhonen <marko@korhonen.cc>
3 years ago