mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
chore(nvim): increase tabstop size
This commit is contained in:
@@ -130,8 +130,8 @@ keymap("v", "<A-j>", ":m .+1<CR>==", opts)
|
||||
keymap("v", "<A-k>", ":m .-2<CR>==", opts)
|
||||
|
||||
-- Navigate buffers
|
||||
keymap("n", "<S-l>", ":bnext<CR>", opts)
|
||||
keymap("n", "<S-h>", ":bprevious<CR>", opts)
|
||||
--[[ keymap("n", "<S-l>", ":bnext<CR>", opts) ]]
|
||||
--[[ keymap("n", "<S-h>", ":bprevious<CR>", opts) ]]
|
||||
|
||||
-- Remap Jump to Tag
|
||||
keymap("n", "ü", "<C-]>", opts)
|
||||
|
||||
@@ -38,12 +38,12 @@ local options = {
|
||||
sidescrolloff = 8,
|
||||
signcolumn = "yes:2",
|
||||
smartcase = true,
|
||||
softtabstop = 2,
|
||||
softtabstop = 4,
|
||||
spelllang = "en_us",
|
||||
splitbelow = true,
|
||||
splitright = true,
|
||||
swapfile = false,
|
||||
tabstop = 2,
|
||||
tabstop = 4,
|
||||
termguicolors = true,
|
||||
timeoutlen = 300,
|
||||
title = true,
|
||||
|
||||
Reference in New Issue
Block a user