Commit graph

15 commits

Author SHA1 Message Date
Marko Korhonen 8643dd3b6b
Refactor nvim packer configuration 2022-08-22 14:57:24 +03:00
Marko Korhonen 9ef1115fa2
Nvim: switch from nvim-lsp-installer to masonry.nvim 2022-08-22 14:34:30 +03:00
Marko Korhonen 3a918ea5fe
Neovim: add signature help plugin + make use of quotes consistent 2022-08-14 20:36:32 +03:00
Marko Korhonen 4d9947dfa1 Fix reference to lsp_map_keys 2022-03-02 23:16:43 +02:00
Marko Korhonen 0dd0d7c9ba nvim-jdtls: fix export/import 2022-03-02 23:15:00 +02:00
Marko Korhonen 8af3cdd256 WIP: Not working yet 2022-03-02 20:19:11 +02:00
Marko Korhonen 479ac72b83 Nvim: update some deprecated lsp keybinds 2022-03-02 19:23:18 +02:00
Marko Korhonen 58f9847e78 Nvim: add jdtls 🚀 2022-02-24 18:08:59 +02:00
Marko Korhonen b3f20969a7 Nvim: Setup LSP with additional capabilities supported by nvim-cmp 2022-02-24 17:27:49 +02:00
Marko Korhonen 16cde14ddd Nvim: improve pager mode and other fixes 2021-12-04 11:43:26 +02:00
Marko Korhonen 82364ebc05 Neovim: Fix LSP server startup 2021-11-29 16:19:53 +02:00
Marko Korhonen ea8debd6d9 Neovim add lsp keybindings 2021-11-27 10:25:59 +02:00
Marko Korhonen e86d81eb32 Neovim: switch from lspinstall to nvim-lsp-installer, coq_nvim to
nvim-cmp
2021-11-26 18:19:36 +02:00
Marko Korhonen 5e92dccee0 Disable java lsp for now 2021-08-16 22:33:24 +03:00
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: #2
Co-authored-by: Marko Korhonen <marko@korhonen.cc>
Co-committed-by: Marko Korhonen <marko@korhonen.cc>
2021-08-08 15:33:23 +03:00