home: vim: use actual lua files
Since most of the settings are actually just lua in a VimL file.
This commit is contained in:
parent
9530864b10
commit
c2d231d3f1
20 changed files with 0 additions and 41 deletions
|
|
@ -1,4 +1,3 @@
|
|||
lua << EOF
|
||||
local wk = require("which-key")
|
||||
|
||||
local keys = {
|
||||
|
|
@ -9,4 +8,3 @@ local keys = {
|
|||
}
|
||||
|
||||
wk.register(keys, { prefix = "gc" })
|
||||
EOF
|
||||
|
|
@ -1,4 +1,3 @@
|
|||
lua << EOF
|
||||
local wk = require("which-key")
|
||||
|
||||
local keys = {
|
||||
|
|
@ -6,4 +5,3 @@ local keys = {
|
|||
}
|
||||
|
||||
wk.register(keys, { prefix = "<leader>" })
|
||||
EOF
|
||||
|
|
@ -1,4 +1,3 @@
|
|||
lua << EOF
|
||||
local wk = require("which-key")
|
||||
local telescope_builtin = require("telescope.builtin")
|
||||
|
||||
|
|
@ -14,5 +13,3 @@ local keys = {
|
|||
}
|
||||
|
||||
wk.register(keys, { prefix = "<leader>" })
|
||||
EOF
|
||||
|
||||
|
|
@ -1,4 +1,3 @@
|
|||
lua << EOF
|
||||
local wk = require("which-key")
|
||||
|
||||
local motions = {
|
||||
|
|
@ -29,4 +28,3 @@ local objects = {
|
|||
|
||||
wk.register(motions, { mode = "n" })
|
||||
wk.register(objects, { mode = "o" })
|
||||
EOF
|
||||
|
|
@ -1,4 +1,3 @@
|
|||
lua << EOF
|
||||
local wk = require("which-key")
|
||||
|
||||
local keys = {
|
||||
|
|
@ -125,4 +124,3 @@ local keys = {
|
|||
}
|
||||
|
||||
wk.register(keys)
|
||||
EOF
|
||||
Loading…
Add table
Add a link
Reference in a new issue