Commit graph

11 commits

Author SHA1 Message Date
Marko Korhonen bddcb64be8
Reformat all neovim configuration files with stylua 2022-10-26 14:08:20 +03:00
Marko Korhonen a097eb15be
Remove some redundant keymappings
F.ex <C-j> to original keymapping <C-w>j to switch to left window
2022-09-03 00:56:31 +03:00
Marko Korhonen 21284ab10d Refine some more keybinds to new format and rework Telescope config 2022-08-24 00:38:10 +03:00
Marko Korhonen 4d94052d70
Nvim: convert keymaps to vim.keymap.set and/or which-key.register 2022-08-24 00:01:06 +03:00
Marko Korhonen d4ba7a72d9 Nvim: add telescope 2022-03-02 17:50:32 +02:00
Marko Korhonen 3f69a286c8 Fix FZF 2022-02-03 11:26:12 +02:00
Marko Korhonen 3ba1f71742 Neovim: fix nvimtree keybind 2022-02-03 11:12:23 +02:00
Marko Korhonen 090db6aa30 Neovim: add Neoformat keybind 2022-01-31 14:38:02 +02:00
Marko Korhonen c34c2e7b9e Nvim: add fzf keybind 2022-01-15 12:32:39 +02:00
Marko Korhonen 16cde14ddd Nvim: improve pager mode and other fixes 2021-12-04 11:43:26 +02: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