Commit graph

18 commits

Author SHA1 Message Date
Marko Korhonen a650d003b1
Nvim: small tweaks 2023-11-18 22:44:34 +02:00
Marko Korhonen 769fcf82ef
Fix lua_ls setup, add some documentation 2023-11-18 22:31:15 +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 88da85e368
Rename mason module to lsp, packages/init.lua to lazy.lua
Better describes their usage
2023-11-17 16:53:58 +02:00
Marko Korhonen 6c6ce53837
Nvim: jdtl: use on_attach from mason module 2023-11-17 16:48:28 +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 38097407cd
Nvim: use telescope for lsp definitions 2023-09-29 09:03:17 +03:00
Marko Korhonen 39b2a945bb
Nvim: add keybind to show document symbols 2023-09-22 09:37:58 +03:00
Marko Korhonen af6c34baaa
Nvim: add ufo fold plugin 2023-09-20 16:23:52 +03:00
Marko Korhonen f3dc5ebd34
Nvim: use telescope pickers for more lsp stuff 2023-09-18 16:47:46 +03:00
Marko Korhonen e6b348bda0
Nvim: fixes to jdtls setup
Added runtimes and fixed lsp signature plugin
2023-09-05 10:22:09 +03:00
Marko Korhonen ac829ff2a0
Nvim: Move some keybinds to which-key 2023-06-27 12:40:02 +03:00
Marko Korhonen 1bb97d06a6
Nvim: don't auto setup jdtls 2023-05-05 10:17:55 +03:00
Marko Korhonen 8804b5a2bf
Neovim: switch lsp to use mason automatic setup 2023-04-26 21:41:28 +03:00
Marko Korhonen 9472088711
Neovim: Clean up configuration 2023-02-22 18:29:01 +02:00
Marko Korhonen bddcb64be8
Reformat all neovim configuration files with stylua 2022-10-26 14:08:20 +03:00
Marko Korhonen 3f8b9e8c83
Fix variable scope in mason configuration 2022-09-03 16:19:47 +03:00
Marko Korhonen a1bb9b97f4
Split Mason config to own file 2022-09-03 15:51:09 +03:00