9 Commits (e35ccc8ae2973ac48e2bd105664be66b2439916a)

Author SHA1 Message Date
Marko Korhonen 565b902df1
Use filetype.nvim for now instead of filetype.lua for now since it
stopped working
2 years ago
Marko Korhonen 75d4a64c10 Nvim: enable filetype.lua 3 years ago
Marko Korhonen 10d7142b69 Change colorscheme 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 1821340f03 Nvim: improvements to syntax highlighting and add a couple of plugins 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 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