Add keymaps
This commit is contained in:
parent
5008656a74
commit
a67c7532cb
3 changed files with 13 additions and 1 deletions
2
init.lua
2
init.lua
|
|
@ -1,3 +1,4 @@
|
|||
require 'core.keymaps'
|
||||
--[[
|
||||
|
||||
=====================================================================
|
||||
|
|
@ -918,7 +919,6 @@ require('lazy').setup({
|
|||
-- - Show your current context: https://github.com/nvim-treesitter/nvim-treesitter-context
|
||||
-- - Treesitter + textobjects: https://github.com/nvim-treesitter/nvim-treesitter-textobjects
|
||||
},
|
||||
|
||||
-- The following comments only work if you have downloaded the kickstart repo, not just copy pasted the
|
||||
-- init.lua. If you want these files, they are in the repository, so you can just download them and
|
||||
-- place them in the correct locations.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue