dotfiles/nvim/.config/nvim/after/plugin
Sanchayan Maity cd50d8f956
nvim: statusline: Make winbar status be relative to current directory
We want file path being shown in winbar to be relative to the current
directory or in our case frequently the git root. For whatever reason,
only the first opened leftmost split would show the file path relative
to current git root while any files opened later would show the full
path starting from `HOME`/~ directory. So something around how '%f%m%r'
actually works or how it is being used to set winbar has been a problem.
2024-04-12 11:01:26 +05:30
..
dispatch.vim nvim: plugins: Switch to vim-dispatch from asyncdo 2021-10-17 18:30:31 +05:30
easyalign.lua nvim: after/plugin/easyalign: Allow aligning on ' 2023-05-09 16:19:06 +05:30
fugitive.vim nvim: after/plugin/fugitive: Update gd/D mappings to use difftool 2022-11-04 17:46:44 +05:30
fzf-lua.lua nvim: after/plugin/fzf-lua: Add a mapping for bcommits in visual mode 2023-07-12 14:30:40 +05:30
gitlinker.lua nvim: after/plugin/gitlinker: Add gitea web hosts we work with 2023-05-06 18:20:19 +05:30
jk-jumps.vim nvim: after/plugin: Add j and k motion to the jump list 2021-05-18 19:40:03 +05:30
marks.lua nvim: Use the new API for setting keymap 2022-04-16 14:27:22 +05:30
mini.lua nvim: after/plugin/mini: Drop comment 2024-04-09 15:13:54 +05:30
nvim-autopairs.lua nvim: plugins: Update plugin configuration 2023-02-09 15:57:47 +05:30
nvim-lint.lua nvim: Use Ruff as Python LSP 2023-10-26 13:06:11 +05:30
portal.lua nvim: plugins: Add portal for jump & change list support 2023-03-15 10:49:06 +05:30
pqf.lua nvim: plugins: Update plugin configuration 2023-02-09 15:57:47 +05:30
snippy.lua nvim: plugins: Drop luasnip and use snippy 2023-02-03 18:19:37 +05:30
statusline.lua nvim: statusline: Make winbar status be relative to current directory 2024-04-12 11:01:26 +05:30
various-textobjs.lua nvim: plugins: Switch to nvim-various-textobjs 2023-03-15 10:49:06 +05:30