21 Commits (3732cb5e5341c727944b32a8ca06e80c1234b6da)

Author SHA1 Message Date
Marko Korhonen c34c2e7b9e Nvim: add fzf keybind 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 16cde14ddd Nvim: improve pager mode and other fixes 3 years ago
Marko Korhonen d78c0ae77d Nvim: enable nvim-tree 3 years ago
Marko Korhonen f5bf1b9b0e Neovim indent-blankline disable space and eol characters 3 years ago
Marko Korhonen 5789851be9 Neovim: Enable indent-blankline 3 years ago
Marko Korhonen 82364ebc05 Neovim: Fix LSP server startup 3 years ago
Marko Korhonen ea8debd6d9 Neovim add lsp keybindings 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 ccd6548da0 Nvim: allow changing buffers with unsaved changes 3 years ago
Marko Korhonen 1b1ae24ba1 Nightfox: `set()` has been deprecated in favor of `load()` 3 years ago
Marko Korhonen 7f8605354e Add more configuration for indent-blankline 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 028282b30c Add diff settings for neovim 3 years ago
Marko Korhonen 5e92dccee0 Disable java lsp for now 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