14 Commits (2b107c2bba242425e9f9068f1ec891db5bd918ff)

Author SHA1 Message Date
Marko Korhonen 38aadc3eaa
Fix formatting in nvim init.lua 2 years ago
Marko Korhonen 21284ab10d Refine some more keybinds to new format and rework Telescope config 2 years ago
Marko Korhonen 4d94052d70
Nvim: convert keymaps to vim.keymap.set and/or which-key.register 2 years ago
Marko Korhonen 0f738beb9b
Fix scope issues in lspconfig 2 years ago
Marko Korhonen 8643dd3b6b
Refactor nvim packer configuration 2 years ago
Marko Korhonen d4ba7a72d9 Nvim: add telescope 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 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 756cebca40 Neovim: switch completion plugin to coq.nvim 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