1
0
mirror of https://github.com/pratiktri/dotfiles.git synced 2026-05-07 03:53:41 +05:30

chore(neovim): Remove useless configs, keymaps & format code

- Removed nvim-highlight-colors useless configuration
- Neotree: remove redundant & useless keymaps
- Telescope: remove redundant & useless keymaps
- Telescope: All help keymaps moved to *neovim* keymaps
This commit is contained in:
Pratik Tripathy
2025-08-04 11:19:52 +05:30
parent 5c66d9d9c9
commit 0aee21c8b5
3 changed files with 7 additions and 64 deletions
@@ -44,9 +44,7 @@ return {
end,
formatters = {
injected = { options = { ignore_errors = true } },
shfmt = {
prepend_args = { "-i", "4" },
},
shfmt = { prepend_args = { "-i", "4" } },
markdownlint = {
prepend_args = {
"--config",