Commit graph

107 commits

Author SHA1 Message Date
Marko Korhonen 7aa0bf9c2d
Nvim: remove swayconfig plugin 2023-02-23 09:15:32 +02:00
Marko Korhonen 9472088711
Neovim: Clean up configuration 2023-02-22 18:29:01 +02:00
Marko Korhonen ebf0dab03c
Fix issues after migrating to lazy package manager 2023-02-22 17:58:05 +02:00
Marko Korhonen 8f16f4c284
Nvim: add dap 2023-02-22 17:54:39 +02:00
Marko Korhonen 409ae40b9e
Nvim: change package manager from packer to lazy 2023-02-22 14:45:30 +02:00
Marko Korhonen d08f08d572
Neovim: add cmp-spell source 2023-02-20 16:10:32 +02:00
Marko Korhonen d2f47aa2f9
Neovim: change sumneko to lua_ls 2023-02-19 20:03:22 +02:00
Marko Korhonen a5e0572f18
nvim: add cmp cmdline and firenvim settings 2023-01-09 09:10:16 +02:00
Marko Korhonen a2ecbae4ca
Nvim: switch from gitgutter to gitsigns plugin 2022-11-04 13:43:07 +02:00
Marko Korhonen bddcb64be8
Reformat all neovim configuration files with stylua 2022-10-26 14:08:20 +03:00
Marko Korhonen 29e1114978
Neovim: disable luasnip mappings again
Will inspect later
2022-10-24 16:04:25 +03:00
Marko Korhonen d6e5b68741
Neovim: fix luasnip mappings 2022-10-24 15:40:53 +03:00
Marko Korhonen bab68a1209
Nvim: comment out which-key configuration which causes error
Will inspect later
2022-10-24 13:23:10 +03:00
Marko Korhonen 5628321f31
Nvim: remove unneeded patch from which-key 2022-10-24 13:19:48 +03:00
Marko Korhonen b35110ba5a
Add settings for nvim gui and install telescope cder plugin 2022-10-20 11:24:54 +03:00
Marko Korhonen 5eff5ecf25
Neovim: update capabilities setup for cmp 2022-10-17 14:39:10 +03:00
Marko Korhonen 357392b9dc
Unify quotes to single quote in neovim plugin configuration 2022-10-05 14:05:43 +03:00
Marko Korhonen b0609b2618
Nvim: fix colorscheme 2022-09-20 19:29:13 +03:00
Marko Korhonen e95ad97aba
Nvim: change colorscheme to kanagawa 2022-09-20 19:25:08 +03:00
Marko Korhonen 2a9a3e5a2a
Add pre-commit hook to format files 2022-09-16 19:21:54 +03:00
Marko Korhonen 40c7875779
Add markdown preview plugin 2022-09-16 16:53:31 +03:00
Marko Korhonen 384f2752ab
Neovim: change to pywal colorscheme 2022-09-08 23:12:49 +03:00
Marko Korhonen 59435389fe
Nvim: add rofi config (.rasi) treesitter grammar 2022-09-08 20:25:28 +03:00
Marko Korhonen 428789cb90
Nvim: add colorizer plugin 2022-09-08 20:22:33 +03:00
Marko Korhonen 7e3aa27aee
Nvim: remove packer after options, they seem to break everything 2022-09-03 16:21:02 +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
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 1840232194
Nvim: add bashls 2022-09-03 14:05:34 +03:00
Marko Korhonen fc76d8c099
Neovim: add mappings for snippet navigation 2022-09-03 00:56:38 +03:00
Marko Korhonen 31a250b50a
Neovim: format plugins/init.lua 2022-09-03 00:56:37 +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 da3831dd0b
Add patch for which-key and cmdheight=0 problem 2022-09-03 00:56:34 +03:00
Marko Korhonen 060450b9f5
Nvim: Add GPG plugin 2022-08-29 09:55:51 +03:00
Marko Korhonen b6839e69b9
Revert "Fix plugin load order with LSP plugins"
This reverts commit d31a750c98.
2022-08-26 13:21:42 +03:00
Marko Korhonen 646604d44d
Add taplo LSP 2022-08-26 13:10:03 +03:00
Marko Korhonen d31a750c98
Fix plugin load order with LSP plugins 2022-08-26 13:09:51 +03:00
Marko Korhonen 9e8435ba99
Nvim: improve packer setup 2022-08-25 10:42:06 +03:00
Marko Korhonen 02d7ce5a94
Add nvim dashboard 2022-08-24 12:09:50 +03:00
Marko Korhonen c707c17f4b
Add nvimtree configuration 2022-08-24 12:07:21 +03:00
Marko Korhonen 21284ab10d Refine some more keybinds to new format and rework Telescope config 2022-08-24 00:38:10 +03:00
Marko Korhonen 4d94052d70
Nvim: convert keymaps to vim.keymap.set and/or which-key.register 2022-08-24 00:01:06 +03:00
Marko Korhonen 221aa4b42e
Nvim: use space as leader 2022-08-23 22:18:57 +03:00
Marko Korhonen fa8e0e7331
Ran luaformat on all neovim files, removed unneeded files 2022-08-23 22:12:01 +03:00
Marko Korhonen 1df85d3a12
Remove leftover file 2022-08-23 19:36:35 +03:00
Marko Korhonen 15f6079e28
Sensify neovim output on init 2022-08-23 19:35:56 +03:00
Marko Korhonen dd7886205f
Use global for lspconfig servers 2022-08-23 19:22:35 +03:00
Marko Korhonen 0f738beb9b
Fix scope issues in lspconfig 2022-08-23 19:14:09 +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
Marko Korhonen 989ab0c42a
Add which-key.nvim 2022-08-23 12:17:21 +03:00
Marko Korhonen dab6db98f8
Enable nvim autopairs and some new completion sources 2022-08-23 11:45:28 +03:00
Marko Korhonen 5629e07bf3
Add markdown lsp server 2022-08-23 10:14:44 +03:00
Marko Korhonen d70a628146
Fix jdtls setup 2022-08-23 09:41:00 +03:00
Marko Korhonen 6351093de0
Refine packer update commands 2022-08-23 09:28:07 +03:00
Marko Korhonen f84f9b72f5
Fix dotsync alias 2022-08-22 15:01:18 +03:00
Marko Korhonen 8643dd3b6b
Refactor nvim packer configuration 2022-08-22 14:57:24 +03:00