Skip to content

Commit 8d31da7

Browse files
authored
Update README to clarify keymap disabling options
1 parent 54a3af1 commit 8d31da7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ If you are using [lazy.nvim](https://github.com/folke/lazy.nvim), add this to yo
2222
-- See https://github.com/neovim/neovim/tree/master/runtime/ftplugin for built-in ftplugins.
2323
vim.g.no_plugin_maps = true
2424

25-
-- Or, disable built-in vim keymaps to avoid conflicts (add as you like)
25+
-- Or, disable per filetype (add as you like)
2626
-- vim.g.no_python_maps = true
2727
-- vim.g.no_ruby_maps = true
2828
-- vim.g.no_rust_maps = true

0 commit comments

Comments
 (0)