Commit graph

18 commits

Author SHA1 Message Date
Marko Korhonen 83cd0a7540
Nvim: add type annotations to plugin opts 2023-11-21 22:28:54 +02:00
Marko Korhonen 4004dc5df6
Make plugin specs more uniform 2023-11-18 02:54:35 +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
Marko Korhonen c99903e78e
Tweak neovim config
- Add noice, navic
- Tweak theme configuration
- Tweak cder configuration
- Update .ignore file
2023-11-17 08:04:37 +02:00
Marko Korhonen 3a556610f7
Nvim: cmp: rank snippets higher 2023-10-09 09:13:32 +03:00
Marko Korhonen 8a3fb3ad45
Nvim: fix luasnip keymappings 2023-10-04 13:17:43 +03:00
Marko Korhonen 747b4b8990
Fix pairs with copilot 2023-10-04 11:04:29 +03:00
Marko Korhonen b36e9f5393
Nvim: setup cmp for copilot 2023-10-04 11:01:08 +03:00
Marko Korhonen 654e0917ca
Nvim: order completion sources for better priority 2023-03-15 13:26:22 +02:00
Marko Korhonen d08f08d572
Neovim: add cmp-spell source 2023-02-20 16:10:32 +02:00
Marko Korhonen a5e0572f18
nvim: add cmp cmdline and firenvim settings 2023-01-09 09:10:16 +02:00
Marko Korhonen bddcb64be8
Reformat all neovim configuration files with stylua 2022-10-26 14:08:20 +03:00
Marko Korhonen 2630f0a26f
Nvim: separate cmp and luasnip configs 2022-09-03 15:42:34 +03:00
Marko Korhonen 17d116f411
Fix snippet navigation mappings (hopefully) 2022-09-03 15:07:54 +03:00
Marko Korhonen fc76d8c099
Neovim: add mappings for snippet navigation 2022-09-03 00:56:38 +03:00
Marko Korhonen 0e126d2153
Nvim: Change colorscheme to kanagawa and some other minor tweaks 2022-09-03 00:56:34 +03:00
Marko Korhonen fa8e0e7331
Ran luaformat on all neovim files, removed unneeded files 2022-08-23 22:12:01 +03:00
Marko Korhonen b985e8a28a
Refactor packer config to use packer config parameter instead of
separate requires
2022-08-23 17:56:24 +03:00