7 Commits (dd7886205f325789dcba8560000682302f450829)

Author SHA1 Message Date
Marko Korhonen d4ba7a72d9 Nvim: add telescope 3 years ago
Marko Korhonen 3f69a286c8 Fix FZF 3 years ago
Marko Korhonen 3ba1f71742 Neovim: fix nvimtree keybind 3 years ago
Marko Korhonen 090db6aa30 Neovim: add Neoformat keybind 3 years ago
Marko Korhonen c34c2e7b9e Nvim: add fzf keybind 3 years ago
Marko Korhonen 16cde14ddd Nvim: improve pager mode and other fixes 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