Commit graph

281 commits

Author SHA1 Message Date
bd023605b9 vim: fix unused variable warning 2023-07-12 01:31:18 +02:00
d3089a8b06 vim: refactor LSP configuration 2023-07-10 23:50:15 +02:00
5ccc32e991 vim: enable import completion for omnisharp 2023-07-10 22:29:22 +02:00
5be518f349 vim: resolve conflicting key mappings fro treesitter 2023-07-10 22:28:39 +02:00
705f577d08 vim: provide feedback when toggling options 2023-07-10 22:18:48 +02:00
7a1b29f62c vim: make proper use of dependencies in lazy.nvim 2023-07-09 22:40:11 +02:00
86ab3f7dfe vim: add mapping to toggle wrap 2023-07-09 21:34:42 +02:00
a4d43a85cb vim: fix variable scope (unnecessarily global) 2023-07-09 14:14:54 +02:00
9ef29441a0 vim: display diagnostic signs in number column 2023-07-09 14:07:23 +02:00
c53a9014b9 vim: make lua_ls work with neovim 2023-07-09 14:06:50 +02:00
90d7f05e4b vim: remove cmdline completion 2023-07-09 13:51:44 +02:00
3daa827823 vim: manage LSP servers with plugin 'williamboman/mason.nvim' 2023-07-09 13:37:29 +02:00
1954162b2b vim: refactor configuration of plugins 2023-07-09 12:52:48 +02:00
9a6d090015 vim: fix missing default mappings for 'nvim-tree' 2023-07-09 12:29:36 +02:00
e1cf81e0de vim: add completion with plugin 'hrsh7th/nvim-cmp' 2023-07-09 12:19:19 +02:00
8c65607ffa vim: add plugin 'neomvim/lspconfig' 2023-07-09 12:18:42 +02:00
a652dda18d vim: fix plugin dependencies 2023-07-08 22:34:32 +02:00
3e9376bf82 vim: stylistic tweaks 2023-07-08 22:15:37 +02:00
a00e28b031 vim: migrate plugin configuration to lazy.nvim 2023-07-08 21:55:52 +02:00
9611578728 vim: replace packer.nvim with lazy.nvim 2023-07-08 21:51:11 +02:00
c3be7795d1 nvim: better key bindings for quickfix list 2023-05-05 14:17:20 +02:00
d889b4b8fc nvim: better key bindings fog tab navigation 2023-05-05 14:17:05 +02:00
dc4875bcec nvim: remove unused keymaps 2023-05-05 14:12:48 +02:00
75d637ac04 nvim: recognize git & ssh configs within the dotfiles tree 2023-02-28 22:43:50 +01:00
3613f7d61f nvim: better error handling during packer bootstrap 2023-01-31 14:57:51 +01:00
22836262a3 nvim: remove keymaps that I never use 2023-01-31 10:54:08 +01:00
88fe23f878 Revert "nvim: keymap to move to begin/end of line in command line mode"
This reverts commit eedb9b8e2e.

I hadn't noticed that <c-e> works by default already in command mode and
<c-b> moves the cursor to the beginning of the line. I'll use the
default key bindings.
2023-01-30 19:43:18 +01:00
eedb9b8e2e nvim: keymap to move to begin/end of line in command line mode 2023-01-30 18:47:36 +01:00
2d22b82245 nvim: disable 'wrapscan' 2023-01-29 22:44:18 +01:00
55239a2977 nvim: keymap for better search results navigation 2023-01-29 20:43:07 +01:00
95021fe33b nvim: keymap to improve joining lines 2023-01-29 20:43:07 +01:00
d9cb38c8b2 vim: move all configuration into the user module 2022-12-18 20:31:00 +01:00
ce81d3553a vim: keymap to switch from terminal mode to normal mode 2022-12-16 20:26:57 +01:00
c3fd8e6f9e vim: enable filetype detection for local SSH configurations 2022-12-14 12:16:58 +01:00
b52c289738 vim: fix packer bootstrapping 2022-12-13 12:57:02 +01:00
dad81aecb5 vim: move solarized.nvim plugin into dotfiles repository 2022-12-12 21:04:16 +01:00
045b0cfd91 vim; better auto-complete options 2022-10-14 10:20:11 +02:00
facde2d550 vim: add telescope file browser 2022-10-12 23:05:11 +02:00
6cf3c04ae4 vim: add 'colorizer' plugin 2022-10-12 22:41:17 +02:00
12c0d33b22 vim: add a couple of useful mappings 2022-10-12 22:28:00 +02:00
137028ae6e vim: remove dangling key mapping 2022-10-12 22:12:56 +02:00
3ad4f78e65 vim: simplify keymap setting 2022-10-12 22:11:42 +02:00
fbae8f83fc vim: move globals to their own file 2022-10-12 21:52:12 +02:00
3711e4c143 vim: simplify option setting 2022-10-12 21:49:02 +02:00
c40996d2c7 vim: remove plugin 'elzr/vim-json' 2022-10-12 13:30:09 +02:00
9f7e55bd96 vim: make it easier to work on my plugin 2022-10-11 22:26:36 +02:00
1bb221ea3e vim: extract the solarized colorscheme into a plugin 2022-10-11 19:48:15 +02:00
b5bebc2db6 vim: make a proper lualine theme and support light background 2022-10-10 21:08:26 +02:00
b17f89a14b vim: turn my custom solarized theme into a proper nvim colorscheme 2022-10-10 20:17:11 +02:00
d77a2fc0c8 vim: remove plugin colorbuddy 2022-10-10 20:15:18 +02:00