mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 11:23:40 +00:00
Remove some vim settings
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
vim.opt.autoindent = true
|
||||
vim.opt.backup = false
|
||||
vim.opt.belloff = "all"
|
||||
vim.opt.breakindent = true
|
||||
vim.opt.completeopt = "menuone"
|
||||
vim.opt.completeopt = vim.opt.completeopt + "noselect"
|
||||
vim.opt.cursorline = true
|
||||
@@ -37,7 +36,6 @@ vim.opt.shortmess = vim.opt.shortmess + "c"
|
||||
vim.opt.shortmess = vim.opt.shortmess + "o"
|
||||
vim.opt.shortmess = vim.opt.shortmess + "t"
|
||||
vim.opt.showbreak = "↳ "
|
||||
vim.opt.showcmd = false
|
||||
vim.opt.showcmd = true
|
||||
vim.opt.sidescroll = 0
|
||||
vim.opt.sidescrolloff = 3
|
||||
@@ -48,7 +46,6 @@ vim.opt.splitbelow = true
|
||||
vim.opt.splitright = true
|
||||
vim.opt.swapfile = false
|
||||
vim.opt.switchbuf = "usetab"
|
||||
vim.opt.synmaxcol = 200
|
||||
vim.opt.tabstop = 2
|
||||
vim.opt.tabstop = 2
|
||||
vim.opt.termguicolors = true
|
||||
|
Reference in New Issue
Block a user