7 Commits (5eea1571d37c2e24279e4b0afe5d379749fb63f6)

Author SHA1 Message Date
Marko Korhonen c76a78459a Nvim: simplify treesitter folding. Function name is displayed now 2 years ago
Marko Korhonen 4a72542f7f Nvim: add treesitter ensure_installed 3 years ago
Marko Korhonen 34f9a46a50 Nvim: add treesitter folding 3 years ago
Marko Korhonen 278a7f2478 Nvim treesitter: remove ensure_installed 3 years ago
Marko Korhonen 841a891ecf Nvim: Fix treesitter and bufferline 3 years ago
Marko Korhonen 1821340f03 Nvim: improvements to syntax highlighting and add a couple of plugins 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