Commit graph

119 commits

Author SHA1 Message Date
ced2b22fb4 Nvim: remove swayconfig plugin 2023-02-23 09:15:32 +02:00
49d5c6c92b Neovim: Clean up configuration 2023-02-22 18:29:01 +02:00
13c59cab47 Fix issues after migrating to lazy package manager 2023-02-22 17:58:05 +02:00
f0750a1ad8 Nvim: add dap 2023-02-22 17:54:39 +02:00
12564939a7 Nvim: change package manager from packer to lazy 2023-02-22 14:45:30 +02:00
a8211ed1d8 Neovim: add schema for luarc 2023-02-21 11:33:35 +02:00
8f74a04d5d Add neovim config luarc 2023-02-21 11:31:20 +02:00
13ad1b7e88 Neovim: add cmp-spell source 2023-02-20 16:10:32 +02:00
47233b088f Neovim: change sumneko to lua_ls 2023-02-19 20:03:22 +02:00
08bb0e0296 Nvim: Use relative line numbers 2023-01-31 22:43:39 +02:00
b8d84d1e4b Remove wayland clipboard workaround 2023-01-31 22:38:14 +02:00
7c8aba1a06 nvim: add cmp cmdline and firenvim settings 2023-01-09 09:10:16 +02:00
6fea7df990 Neovim: fix clipboard on wayland 2022-11-17 09:18:56 +02:00
72ab88d55d Nvim: add highlight on yank 2022-11-09 09:01:45 +02:00
393c619e2b Nvim: switch from gitgutter to gitsigns plugin 2022-11-04 13:43:07 +02:00
c5437fcfbd Add neovide settings to neovim 2022-11-02 16:07:48 +02:00
Marko Korhonen
16e59402c7 Reformat all neovim configuration files with stylua 2022-10-26 14:08:20 +03:00
Marko Korhonen
4093651f86 Neovim: disable luasnip mappings again
Will inspect later
2022-10-24 16:04:25 +03:00
Marko Korhonen
1acfbf40ca Neovim: fix luasnip mappings 2022-10-24 15:40:53 +03:00
Marko Korhonen
c9c0f55d31 Nvim: comment out which-key configuration which causes error
Will inspect later
2022-10-24 13:23:10 +03:00
Marko Korhonen
0aa8b5dd46 Nvim: remove unneeded patch from which-key 2022-10-24 13:19:48 +03:00
Marko Korhonen
a5e1613b07 Add settings for nvim gui and install telescope cder plugin 2022-10-20 11:24:54 +03:00
ef4d6d4650 Neovim: update capabilities setup for cmp 2022-10-17 14:39:10 +03:00
Marko Korhonen
b3283de502 Unify quotes to single quote in neovim plugin configuration 2022-10-05 14:05:43 +03:00
b77d2e2a67 Nvim: fix colorscheme 2022-09-20 19:29:13 +03:00
0105b275ed Nvim: change colorscheme to kanagawa 2022-09-20 19:25:08 +03:00
97b3866db2 Add pre-commit hook to format files 2022-09-16 19:21:54 +03:00
e0e8c5ccaf Add markdown preview plugin 2022-09-16 16:53:31 +03:00
1a54986d53 Neovim: change to pywal colorscheme 2022-09-08 23:12:49 +03:00
40ba366403 Nvim: add rofi config (.rasi) treesitter grammar 2022-09-08 20:25:28 +03:00
17032b95d0 Nvim: add colorizer plugin 2022-09-08 20:22:33 +03:00
19fbc933df Neovim: set cmdheight = 1 2022-09-06 16:37:50 +03:00
8b9aa920a6 Nvim: remove packer after options, they seem to break everything 2022-09-03 16:21:02 +03:00
1151b87fad Fix variable scope in mason configuration 2022-09-03 16:19:47 +03:00
fe2ee02bad Split Mason config to own file 2022-09-03 15:51:09 +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
08c6d7694f Neovim: make cursor vertical in insert mode 2022-09-03 14:41:13 +03:00
1b394b23f7 Nvim: add bashls 2022-09-03 14:05:34 +03:00
ac0cdcf839 Neovim: add mappings for snippet navigation 2022-09-03 00:56:38 +03:00
09bdc5b94b Nvim: Added intentation settings 2022-09-03 00:56:37 +03:00
ebed5b1f99 Neovim: format plugins/init.lua 2022-09-03 00:56:37 +03:00
9ded153861 Neovim: remove unneeded comments from settings.lua 2022-09-03 00:56:36 +03:00
78c8196daa Nvim: Change colorscheme to kanagawa and some other minor tweaks 2022-09-03 00:56:34 +03:00
38c985ebfa Add patch for which-key and cmdheight=0 problem 2022-09-03 00:56:34 +03:00
2d5fb0d4dc Refactor settings.lua
- Remove all options that matched the defaults in NeoVim
- Remove clipboard=unnamedplus and learded to use registers :)
- set some modern NeoVim settings, f.ex laststatus=3 and cmdheight=0
2022-09-03 00:56:33 +03:00
dab1d82be2 Remove some redundant keymappings
F.ex <C-j> to original keymapping <C-w>j to switch to left window
2022-09-03 00:56:31 +03:00
6bf637f964 Nvim: Add GPG plugin 2022-08-29 09:55:51 +03:00
3e8a76600d Revert "Fix plugin load order with LSP plugins"
This reverts commit a21f410dcd.
2022-08-26 13:21:42 +03:00
20bc67ba4f Add taplo LSP 2022-08-26 13:10:03 +03:00