mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-26 18:58:51 +02:00
update config vsocde-neovim
This commit is contained in:
parent
4489edebab
commit
3edacc24b8
5 changed files with 6 additions and 35 deletions
|
@ -1,5 +1,5 @@
|
|||
function Center_screen()
|
||||
Cmd("call <SNR>3_reveal('center', 0)")
|
||||
function Active_whichkey()
|
||||
VSCodeNotify("whichkey.show")
|
||||
end
|
||||
|
||||
function Top_screen()
|
||||
|
|
|
@ -6,14 +6,8 @@
|
|||
-- c = command mode
|
||||
-- o = operator pending mode
|
||||
|
||||
-- Map("", "L", Move_to_bottom_screen)
|
||||
-- Map("", "H", Move_to_top_screen)
|
||||
-- Map("", "<Space>", Trim__save__no_highlight)
|
||||
Map({ "n", "x" }, "<Space>", Active_whichkey)
|
||||
-- Map({ "n", "x" }, "<C-j>", Navigation_down)
|
||||
-- Map({ "n", "x" }, "<C-k>", Navigation_up)
|
||||
-- Map({ "n", "x" }, "<C-h>", Navigation_left)
|
||||
-- Map({ "n", "x" }, "<C-l>", Navigation_right)
|
||||
|
||||
Map("", "U", Trim__save__format)
|
||||
|
||||
Map("n", "gD", Reveal_definition_aside)
|
||||
|
|
|
@ -1,23 +0,0 @@
|
|||
vim.opt.number = true
|
||||
vim.opt.relativenumber = true
|
||||
vim.opt.tabstop = 4
|
||||
vim.opt.shiftwidth = 4
|
||||
vim.opt.expandtab = false
|
||||
vim.opt.smartindent = true
|
||||
vim.opt.mouse = "a"
|
||||
vim.opt.ignorecase = false
|
||||
vim.opt.smartcase = true
|
||||
vim.opt.hlsearch = true
|
||||
vim.opt.colorcolumn = ""
|
||||
vim.opt.syntax = "enable"
|
||||
vim.opt.termguicolors = true
|
||||
vim.opt.background = "dark"
|
||||
vim.opt.backup = false
|
||||
vim.opt.writebackup = false
|
||||
vim.opt.swapfile = false
|
||||
vim.opt.undofile = true
|
||||
vim.opt.timeout = false
|
||||
vim.g.mapleader = ","
|
||||
vim.g.rust_recommended_style = true
|
||||
vim.g.targets_nl = "nh"
|
||||
vim.o.cpoptions = "aABceFs"
|
Loading…
Add table
Add a link
Reference in a new issue