Commit graph

12 commits

Author SHA1 Message Date
4f2c3b5e7e Neovim: add friendly-snippets 2022-02-16 11:24:53 +02:00
ca071c11d1 Fix FZF 2022-02-03 11:26:12 +02:00
8427208a2a Nvim: switch from telescope to fzf (I like the search algorithm better) 2022-01-06 12:53:18 +02:00
5411c2f5e7 Change colorscheme 2021-12-18 00:19:58 +02:00
bf1c9234e2 Neovim: Enable indent-blankline 2021-12-03 09:30:27 +02:00
91b671057e Neovim: switch from lspinstall to nvim-lsp-installer, coq_nvim to
nvim-cmp
2021-11-26 18:19:36 +02:00
32a7755325 Neovim: add firenvim 2021-11-20 12:13:39 +02:00
027049aced Neovim: switch completion plugin to coq.nvim 2021-10-06 19:08:38 +03:00
e18f384d41 Nvim: improvements to syntax highlighting and add a couple of plugins 2021-08-18 21:20:20 +03:00
cd62b162b8 Nvim: add fugitive 2021-08-18 14:17:19 +03:00
80fb138fc1 Nvim: add git gutter and line numbers 2021-08-18 09:29:44 +03:00
95a99aa1bf 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