|
9fdcb9e110
|
vim: add plugin 'nvim-telescope/telescope-fzf-native.nvim'
|
2023-07-15 01:33:35 +02:00 |
|
|
5bc5206212
|
vim: fix <tab> behavior for autocomplete
Insert: confirm if completion active, normal tab otherwise
Command: confirn if completion active, start completion otherwise
|
2023-07-15 00:33:29 +02:00 |
|
|
bfa78813c9
|
zsh: add mkcd()
|
2023-07-15 00:32:24 +02:00 |
|
|
f650ed74b5
|
vim: fix keymap for showing whitespace
|
2023-07-15 00:31:50 +02:00 |
|
|
cbfcce798a
|
vim: disable completion within comments
|
2023-07-13 22:15:30 +02:00 |
|
|
ef2b80a534
|
vim: start completion with <tab>
|
2023-07-13 21:15:13 +02:00 |
|
|
19195f471e
|
vim: colorize CSS color values
|
2023-07-13 21:05:42 +02:00 |
|
|
4631f93356
|
vim: add mapping to move to beginning of line in command mode
|
2023-07-13 20:58:47 +02:00 |
|
|
244608d749
|
git: add modified label to delta output
This way I can search for /^modified just like /^added or /^removed and
so on.
|
2023-07-13 11:53:05 +02:00 |
|
|
a3c54fe1fc
|
git: improve log with patch
|
2023-07-13 02:43:06 +02:00 |
|
|
f9569c4c42
|
vim: clean up completion keymap
|
2023-07-13 02:38:37 +02:00 |
|
|
f323416c59
|
git: add side-by-side diffs
|
2023-07-13 02:38:34 +02:00 |
|
|
581c7d07e4
|
git: add git-delta as diff pager
|
2023-07-12 21:55:29 +02:00 |
|
|
1c613b082d
|
git: fix broken watch icon in log format
|
2023-07-12 19:54:22 +02:00 |
|
|
e8f313c49d
|
vim: better filler character for deleted lines in diffs
|
2023-07-12 19:54:22 +02:00 |
|
|
05358d4989
|
vim: add 'luasnip' to confirm autocompletion
|
2023-07-12 01:31:18 +02:00 |
|
|
0c3c831212
|
vim: custom icons for autocomplete
|
2023-07-12 01:31:18 +02:00 |
|
|
353827431f
|
vim: improve completion, add cmdline completion on demand
|
2023-07-12 01:31:18 +02:00 |
|
|
51cb1426ac
|
vim: keymap for better cmdline navigation
|
2023-07-12 01:31:18 +02:00 |
|
|
bd023605b9
|
vim: fix unused variable warning
|
2023-07-12 01:31:18 +02:00 |
|
|
67e8098c2a
|
git: set default branch name to 'main'
|
2023-07-11 20:48:57 +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 |
|
|
c41b60a78b
|
vim: rename treesitter parser 'help' -> 'vimdoc'
|
2023-07-05 21:52:26 +02:00 |
|
|
a7526cc341
|
nvim: grep for selected text with Telescope
|
2023-05-05 18:10:42 +02:00 |
|
|
9c536cf2ae
|
nvim: add mapping to find all files with Telescope
|
2023-05-05 14:35:37 +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 |
|
|
6cabb10b31
|
zsh: don't cause errors if tput is not available
|
2023-03-05 01:09:51 +01:00 |
|
|
ebda8d4fa2
|
zsh: factor out checking for command availability
|
2023-03-05 01:09:51 +01:00 |
|
|
70bf3b3118
|
zsh: minor refactors
|
2023-03-05 01:09:51 +01:00 |
|
|
e46a370e2e
|
zsh: move environment setup to .zprofile
|
2023-03-05 01:09:51 +01:00 |
|