Commit graph

20 commits

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