26 Commits (b5c1a1399b7f4c9adda3b257bbc846a6c1906d58)

Author SHA1 Message Date
Marko Korhonen 21d6a1c3f6
Nvim: install latest versions of plugins instead of stable
The stable versions were causing a lot of issues
8 months ago
Marko Korhonen 3a1d38a693
Fix typo 8 months ago
Marko Korhonen 8b6dbcf1c8
Nvim: don't use lazy lockfile directly from repo 8 months ago
Marko Korhonen 22a4aad249
Neovim: use stable versions of plugins if available 8 months ago
Marko Korhonen 8eed2f76b5
Nvim: add back lazy lockfile, update plugins 10 months ago
Marko Korhonen d90a73ab5a
Nvim-tree: disable netrw as recommended and rework keymap 11 months ago
Marko Korhonen 0ced314c90
Refactor neovim config file structure
All plugins are now in their own files with their lazy specifications
and configurations. Also moved lazy initialization to init.lua because
it is very compact now
11 months ago
Marko Korhonen 88da85e368
Rename mason module to lsp, packages/init.lua to lazy.lua
Better describes their usage
11 months ago
Marko Korhonen ac829ff2a0
Nvim: Move some keybinds to which-key 1 year ago
Marko Korhonen c5b4cd5ff4
Separate neovide settings to it's own file in nvim config 1 year ago
Marko Korhonen 4b7d694731
Nvim: add highlight on yank 2 years ago
Marko Korhonen bddcb64be8
Reformat all neovim configuration files with stylua 2 years ago
Marko Korhonen 38aadc3eaa
Fix formatting in nvim init.lua 2 years ago
Marko Korhonen 21284ab10d Refine some more keybinds to new format and rework Telescope config 2 years ago
Marko Korhonen 4d94052d70
Nvim: convert keymaps to vim.keymap.set and/or which-key.register 2 years ago
Marko Korhonen 0f738beb9b
Fix scope issues in lspconfig 2 years ago
Marko Korhonen 8643dd3b6b
Refactor nvim packer configuration 2 years ago
Marko Korhonen d4ba7a72d9 Nvim: add telescope 3 years ago
Marko Korhonen facd2b69a2 Nvim: switch from telescope to fzf (I like the search algorithm better) 3 years ago
Marko Korhonen 10d7142b69 Change colorscheme 3 years ago
Marko Korhonen 16cde14ddd Nvim: improve pager mode and other fixes 3 years ago
Marko Korhonen d78c0ae77d Nvim: enable nvim-tree 3 years ago
Marko Korhonen 5789851be9 Neovim: Enable indent-blankline 3 years ago
Marko Korhonen e86d81eb32 Neovim: switch from lspinstall to nvim-lsp-installer, coq_nvim to
nvim-cmp
3 years ago
Marko Korhonen 756cebca40 Neovim: switch completion plugin to coq.nvim 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