Commit graph

10 commits

Author SHA1 Message Date
Marko Korhonen 8643dd3b6b
Refactor nvim packer configuration 2022-08-22 14:57:24 +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 1a95a4c055 Nvim: Disable folding 2022-06-07 15:55:45 +03:00
Marko Korhonen c76a78459a Nvim: simplify treesitter folding. Function name is displayed now 2022-05-06 13:32:32 +03:00
Marko Korhonen 4a72542f7f Nvim: add treesitter ensure_installed 2022-04-25 19:30:41 +03:00
Marko Korhonen 34f9a46a50 Nvim: add treesitter folding 2022-04-22 09:50:18 +03:00
Marko Korhonen 278a7f2478 Nvim treesitter: remove ensure_installed 2022-04-17 23:26:36 +03:00
Marko Korhonen 841a891ecf Nvim: Fix treesitter and bufferline 2022-04-17 23:24:11 +03:00
Marko Korhonen 1821340f03 Nvim: improvements to syntax highlighting and add a couple of plugins 2021-08-18 21:20:20 +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