Commit graph

167 commits

Author SHA1 Message Date
Marko Korhonen d78c0ae77d Nvim: enable nvim-tree 2021-12-03 20:13:12 +02:00
Marko Korhonen f5bf1b9b0e Neovim indent-blankline disable space and eol characters 2021-12-03 09:32:42 +02:00
Marko Korhonen 5789851be9 Neovim: Enable indent-blankline 2021-12-03 09:30:27 +02:00
Marko Korhonen 82364ebc05 Neovim: Fix LSP server startup 2021-11-29 16:19:53 +02:00
Marko Korhonen ea8debd6d9 Neovim add lsp keybindings 2021-11-27 10:25:59 +02:00
Marko Korhonen e86d81eb32 Neovim: switch from lspinstall to nvim-lsp-installer, coq_nvim to
nvim-cmp
2021-11-26 18:19:36 +02:00
Marko Korhonen 43ecd19408 Neovim: add firenvim 2021-11-20 12:13:39 +02:00
Marko Korhonen 756cebca40 Neovim: switch completion plugin to coq.nvim 2021-10-06 19:08:38 +03:00
Marko Korhonen ccd6548da0 Nvim: allow changing buffers with unsaved changes 2021-10-06 18:48:06 +03:00
Marko Korhonen 1b1ae24ba1 Nightfox: set() has been deprecated in favor of load() 2021-08-31 16:42:48 +03:00
Marko Korhonen 7f8605354e Add more configuration for indent-blankline 2021-08-22 11:33:15 +03:00
Marko Korhonen 1821340f03 Nvim: improvements to syntax highlighting and add a couple of plugins 2021-08-18 21:20:20 +03:00
Marko Korhonen 003c6f13c0 Nvim: add fugitive 2021-08-18 14:17:19 +03:00
Marko Korhonen c265be48ff Nvim: add git gutter and line numbers 2021-08-18 09:29:44 +03:00
Marko Korhonen 028282b30c Add diff settings for neovim 2021-08-17 22:36:48 +03:00
Marko Korhonen 5e92dccee0 Disable java lsp for now 2021-08-16 22:33:24 +03:00
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: #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