Commit graph

8 commits

Author SHA1 Message Date
Marko Korhonen 75d4a64c10 Nvim: enable filetype.lua 2022-02-17 17:14:42 +02:00
Marko Korhonen 10d7142b69 Change colorscheme 2021-12-18 00:19:58 +02: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 1821340f03 Nvim: improvements to syntax highlighting and add a couple of plugins 2021-08-18 21:20:20 +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 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