Commit graph

6 commits

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
2024-02-05 13:02:04 +02:00
Marko Korhonen ab262abe66
Neovi: update plugins and fix neoformat version 2024-01-30 13:36:36 +02:00
Marko Korhonen 9e591464ce
Add type annotations to plugin specs 2023-11-25 14:37:36 +02:00
Marko Korhonen 0982ebf334
Move plugin keymaps to lazy keys option 2023-11-25 14:13:26 +02:00
Marko Korhonen 83cd0a7540
Nvim: add type annotations to plugin opts 2023-11-21 22:28:54 +02:00
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
2023-11-18 02:27:14 +02:00