refactor: remove some unused config
This commit is contained in:
parent
e784c45b9f
commit
7f9d44b107
1 changed files with 0 additions and 6 deletions
|
|
@ -3,7 +3,6 @@ vim.g.maplocalleader = ","
|
|||
|
||||
vim.opt.autoindent = true
|
||||
vim.opt.backupdir = { vim.fn.stdpath("state") .. "/backup/" } -- don't store backup in files dir
|
||||
vim.opt.clipboard = "unnamedplus" -- sync with system clipboard
|
||||
vim.opt.conceallevel = 2
|
||||
vim.opt.expandtab = true -- spaces instead of tabs
|
||||
vim.opt.ignorecase = true
|
||||
|
|
@ -37,8 +36,3 @@ vim.cmd("cnoreabbrev wQ wq")
|
|||
vim.cmd("cnoreabbrev WQ wq")
|
||||
vim.cmd("cnoreabbrev W w")
|
||||
vim.cmd("cnoreabbrev Q q")
|
||||
|
||||
if vim.g.neovide then
|
||||
vim.opt.guifont = "Fira Code Nerd Font:h10"
|
||||
vim.g.neovide_scale_factor = 0.7
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue