Commit graph

18 commits

Author SHA1 Message Date
b5498c671d Nvim: add type annotations to plugin opts 2023-11-21 22:28:54 +02:00
e810234430 Make plugin specs more uniform 2023-11-18 02:54:35 +02:00
f44e0b3274 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
8336ec5048 Tweak neovim config
- Add noice, navic
- Tweak theme configuration
- Tweak cder configuration
- Update .ignore file
2023-11-17 08:04:37 +02:00
67d4a408e2 Nvim: cmp: rank snippets higher 2023-10-09 09:13:32 +03:00
aef2e0a750 Nvim: fix luasnip keymappings 2023-10-04 13:17:43 +03:00
5d9708d535 Fix pairs with copilot 2023-10-04 11:04:29 +03:00
976b2d04fb Nvim: setup cmp for copilot 2023-10-04 11:01:08 +03:00
9ec2a8eb9b Nvim: order completion sources for better priority 2023-03-15 13:26:22 +02:00
13ad1b7e88 Neovim: add cmp-spell source 2023-02-20 16:10:32 +02:00
7c8aba1a06 nvim: add cmp cmdline and firenvim settings 2023-01-09 09:10:16 +02:00
Marko Korhonen
16e59402c7 Reformat all neovim configuration files with stylua 2022-10-26 14:08:20 +03:00
65f2fd46a2 Nvim: separate cmp and luasnip configs 2022-09-03 15:42:34 +03:00
884c678e43 Fix snippet navigation mappings (hopefully) 2022-09-03 15:07:54 +03:00
ac0cdcf839 Neovim: add mappings for snippet navigation 2022-09-03 00:56:38 +03:00
78c8196daa Nvim: Change colorscheme to kanagawa and some other minor tweaks 2022-09-03 00:56:34 +03:00
315f2a817f Ran luaformat on all neovim files, removed unneeded files 2022-08-23 22:12:01 +03:00
f4216ae0ba Refactor packer config to use packer config parameter instead of
separate requires
2022-08-23 17:56:24 +03:00