Commit graph

4 commits

Author SHA1 Message Date
Marko Korhonen f5bf1b9b0e Neovim indent-blankline disable space and eol characters 2021-12-03 09:32:42 +02:00
Marko Korhonen 5789851be9 Neovim: Enable indent-blankline 2021-12-03 09:30:27 +02:00
Marko Korhonen 7f8605354e Add more configuration for indent-blankline 2021-08-22 11:33:15 +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