Skip to content

Commit 33205f5

Browse files
committed
docs: update keymap and readme links
- Adjusted the behavior of key mappings for better context awareness. - Updated readme to reflect new link formats for plugins. - Clarified descriptions for several plugins in the readme. - Ensured consistency in naming conventions across the documentation.
1 parent 912e696 commit 33205f5

2 files changed

Lines changed: 14 additions & 14 deletions

File tree

lua/plugins/mini.keymap.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ local function hardtime()
2424
end
2525
end
2626

27-
-- Different behavior for <tab>/<s-tab>/<cr> depending on context
27+
-- Different behaviour for <tab>/<s-tab>/<cr> depending on context
2828
local function super_tab()
2929
local km = require("mini.keymap")
3030

readme.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -29,37 +29,37 @@ This is my configuration for [Neovim](https://neovim.io/), mostly for frontend d
2929

3030
### Navigation
3131

32-
- [flash.nvim](https://github.com/folke/flash.nvim) - Jump with search labels
33-
- [gx.nvim](https://github.com/chrishrb/gx.nvim) - Open links/files
34-
- [mini.keymap](https://github.com/echasnovski/mini.keymap) - Special key mappings
35-
- [oil.nvim](https://github.com/stevearc/oil.nvim) - Files explorer
36-
- [other.nvim](https://github.com/rgroli/other.nvim) - Open alternative files
32+
- [flash](https://github.com/folke/flash.nvim) - Jump with search labels
33+
- [gx](https://github.com/chrishrb/gx.nvim) - Open links/files
34+
- [oil](https://github.com/stevearc/oil.nvim) - Files explorer
35+
- [other](https://github.com/rgroli/other.nvim) - Open alternative files
3736
- [snacks.picker](https://github.com/folke/snacks.nvim/blob/main/docs/picker.md) - Pickers
38-
- [treewalker.nvim](https://github.com/aaronik/treewalker.nvim) - AST aware navigation
37+
- [treewalker](https://github.com/aaronik/treewalker.nvim) - AST aware navigation
3938

4039
### Editing
4140

4241
- [guess-indent](https://github.com/NMAC427/guess-indent.nvim) - Indentation style detection
4342
- [mini.ai](https://github.com/echasnovski/mini.ai) - Around/inside textobjects
4443
- [mini.align](https://github.com/echasnovski/mini.align) - Align text interactively
44+
- [mini.keymap](https://github.com/echasnovski/mini.keymap) - Special key mappings
4545
- [mini.operators](https://github.com/echasnovski/mini.operators) - Text edit operators
4646
- [mini.pairs](https://github.com/echasnovski/mini.pairs) - Auto-pairs
4747
- [mini.surround](https://github.com/echasnovski/mini.surround) - Surround actions
4848

4949
### Coding
5050

5151
- [blink.cmp](https://github.com/saghen/blink.cmp) - Autocomplete
52-
- [CopilotChat.nvim](https://github.com/CopilotC-Nvim/CopilotChat.nvim) - AI assistant
53-
- [conform.nvim](https://github.com/stevearc/conform.nvim) - Formatter
52+
- [CopilotChat](https://github.com/CopilotC-Nvim/CopilotChat.nvim) - AI assistant
53+
- [conform](https://github.com/stevearc/conform.nvim) - Formatter
5454
- [copilot.lua](https://github.com/zbirenbaum/copilot.lua) - AI suggestions
55-
- [mini.hipatterns](https://github.com/echasnovski/mini.hipatterns) - CSS Colours
5655
- [nvim-ts-autotag](https://github.com/windwp/nvim-ts-autotag) - Auto close/rename HTML tags
57-
- [ts-comments.nvim](https://github.com/folke/ts-comments.nvim) - Custom comments configurations per language
56+
- [ts-comments](https://github.com/folke/ts-comments.nvim) - Custom comments configurations per language
5857

5958
### LSP/Syntax
6059

61-
- [lazydev.nvim](https://github.com/folke/lazydev.nvim) - Lua language server
60+
- [lazydev](https://github.com/folke/lazydev.nvim) - Lua language server
6261
- [mason](https://github.com/williamboman/mason.nvim) - LSP package manager
62+
- [mini.hipatterns](https://github.com/echasnovski/mini.hipatterns) - Highlight patterns in text
6363
- [nvim-treesitter-refactor](https://github.com/nvim-treesitter/nvim-treesitter-refactor) - AST navigation
6464
- [nvim-treesitter-textobjects](https://github.com/nvim-treesitter/nvim-treesitter-textobjects) - AST aware text objects
6565
- [nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter) - Treesitter syntax parsers
@@ -68,12 +68,12 @@ This is my configuration for [Neovim](https://neovim.io/), mostly for frontend d
6868

6969
- [nvim-dap-view](https://github.com/igorlfs/nvim-dap-view) - Debugger UI
7070
- [nvim-dap](https://github.com/mfussenegger/nvim-dap) - Debugger Adapter Protocol
71-
- [timber.nvim](https://github.com/Goose97/timber.nvim) - Insert log statements
71+
- [timber](https://github.com/Goose97/timber.nvim) - Insert log statements
7272
- [vim-test](https://github.com/vim-test/vim-test) - Test runner
7373

7474
### Git
7575

76-
- [fugitive.vim](https://github.com/tpope/vim-fugitive) - status, commit, push
76+
- [fugitive](https://github.com/tpope/vim-fugitive) - status, commit, push
7777
- [mini.diff](https://github.com/echasnovski/mini.diff) - hunks
7878
- [snacks.gitbrowse](https://github.com/folke/snacks.nvim/blob/main/docs/gitbrowse.md) - Open remote repo
7979

0 commit comments

Comments
 (0)