mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 16:41:43 +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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user