modified: init.lua

modified:   lua/config.lua
	modified:   lua/keybinds.lua
	renamed:    lua/lsp_setup.lua -> lua/lsp.lua
	modified:   lua/plugins.lua
	modified:   plugin/packer_compiled.lua
This commit is contained in:
2021-11-03 09:53:28 -05:00
parent 6213aa5e0f
commit 68a6a2884b
6 changed files with 75 additions and 38 deletions
+2 -2
View File
@@ -63,12 +63,12 @@ map("v", "w", hopword, {silent = true})
-- FZF --
---------
map("n", "<Leader>o", ":Files <CR>")
map("n", "<Leader>b", ":Buffers <CR>")
map("n", "<Leader>p", ":Buffers <CR>")
map("n", "<Leader>h", ":Helptags <CR>")
map("n", "<Leader>;", ":History: <CR>")
map("n", "<Leader>c", ":Commands <CR>")
map("n", "<Leader>/", ":Rg <CR>")
map("n", "<Leader>[", ":Windows <CR>")
--map("n", "<Leader>[", ":Windows <CR>")
---------
-- ALE --