Change some defaults and the completion window looks
This commit is contained in:
@@ -16,6 +16,7 @@ vim.opt.shiftwidth = 4
|
||||
vim.opt.expandtab = true
|
||||
vim.opt.splitright = true
|
||||
vim.opt.splitbelow = true
|
||||
vim.opt.relativenumber = true
|
||||
vim.g.mapleader = ","
|
||||
vim.cmd("set clipboard+=unnamedplus")
|
||||
vim.cmd("autocmd! CursorHold,CursorHoldI *.md write")
|
||||
@@ -36,7 +37,7 @@ vim.cmd("colorscheme slate")
|
||||
vim.keymap.set("n", "<M-+>", ":colo tokyonight-day<CR>")
|
||||
vim.keymap.set("n", "<M-->", ":colo tokyonight-night<CR>")
|
||||
|
||||
vim.opt.mouse = ""
|
||||
-- vim.opt.mouse = ""
|
||||
|
||||
-- set copy mode
|
||||
vim.keymap.set("n", "<leader>ll", ":set nonumber<cr>")
|
||||
|
||||
Reference in New Issue
Block a user