Refactor neovim config #2

Merged
FunctionalHacker merged 40 commits from nvim-lua into master 2021-08-08 07:33:26 -05:00

Changes include:

  • Use init.lua instead of init.vim
    • Some keybindings are still to be converted
  • Use packer as a package manager instead of vim-plug
  • Use built-in lsp instead of coc.nvim
    • Set up language servers
    • Completion
    • Formatting (previously coc-prettier, now neoformat)
    • Snippets
  • Replace fzf with telescope.nvim
  • Implement treesitter syntax highlighting

Note that this requires neovim nightly until 0.5 is released

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
- lualine
- bufferline
- nvim-jdtls
FunctionalHacker changed title from WIP: Refactor neovim config to Refactor neovim config 2021-08-08 07:31:06 -05:00
Author
Owner

This is in a good enough state to replace my current neovim config, merging it now and I will fix some stuff in master later

This is in a good enough state to replace my current neovim config, merging it now and I will fix some stuff in master later
FunctionalHacker referenced this pull request from a commit 2021-08-08 07:33:24 -05:00
FunctionalHacker referenced this pull request from a commit 2022-06-11 15:24:54 -05:00
FunctionalHacker referenced this pull request from a commit 2025-06-07 00:38:39 -05:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: FunctionalHacker/dotfiles#2
No description provided.