17 Commits (5eea1571d37c2e24279e4b0afe5d379749fb63f6)

Author SHA1 Message Date
Marko Korhonen 841a891ecf Nvim: Fix treesitter and bufferline 3 years ago
Marko Korhonen 86f9acea7f Nvim: add asciidoctor plugin 3 years ago
Marko Korhonen 8604de5ffe Nvim: add telescope-ui-select 3 years ago
Marko Korhonen d4ba7a72d9 Nvim: add telescope 3 years ago
Marko Korhonen 58f9847e78 Nvim: add jdtls 🚀 3 years ago
Marko Korhonen 312634e010 Neovim: add friendly-snippets 3 years ago
Marko Korhonen 3f69a286c8 Fix FZF 3 years ago
Marko Korhonen facd2b69a2 Nvim: switch from telescope to fzf (I like the search algorithm better) 3 years ago
Marko Korhonen 10d7142b69 Change colorscheme 3 years ago
Marko Korhonen 5789851be9 Neovim: Enable indent-blankline 3 years ago
Marko Korhonen e86d81eb32 Neovim: switch from lspinstall to nvim-lsp-installer, coq_nvim to
nvim-cmp
3 years ago
Marko Korhonen 43ecd19408 Neovim: add firenvim 3 years ago
Marko Korhonen 756cebca40 Neovim: switch completion plugin to coq.nvim 3 years ago
Marko Korhonen 1821340f03 Nvim: improvements to syntax highlighting and add a couple of plugins 3 years ago
Marko Korhonen 003c6f13c0 Nvim: add fugitive 3 years ago
Marko Korhonen c265be48ff Nvim: add git gutter and line numbers 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