new
This commit is contained in:
parent
d3af2e83f1
commit
77035a2af4
21 changed files with 2325 additions and 0 deletions
31
new/after/init.lua
Executable file
31
new/after/init.lua
Executable file
|
@ -0,0 +1,31 @@
|
|||
vim.opt.nu = true
|
||||
vim.opt.number = true
|
||||
vim.opt.relativenumber = true
|
||||
|
||||
|
||||
vim.opt.cursorline = true
|
||||
-- vim.cmd[[
|
||||
-- highlight CursorColumn guibg=none ctermbg=none
|
||||
-- highlight link CursorColumn CursorLine
|
||||
-- ]]
|
||||
|
||||
-- fixmap
|
||||
vim.cmd[[
|
||||
map <Space>m\ <nop>
|
||||
map <Space>m/ <nop>
|
||||
map <Space>mA <nop>
|
||||
map <Space>mgS <nop>
|
||||
|
||||
map <Space>tt <nop>
|
||||
map <Space>tm <nop>
|
||||
]]
|
||||
|
||||
vim.opt.nu = true
|
||||
vim.opt.number = true
|
||||
vim.opt.relativenumber = true
|
||||
|
||||
|
||||
vim.opt.cursorline = true
|
||||
|
||||
|
||||
require("plugins")
|
Loading…
Add table
Add a link
Reference in a new issue