mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
cleanup(nvim)
Signed-off-by: Chiang Léana <leana.chiang@etudiant.univ-rennes1.fr>
This commit is contained in:
parent
a88a3f5fdf
commit
a5a6446dd1
10 changed files with 55 additions and 72 deletions
|
|
@ -6,6 +6,7 @@ vim.o.breakindent = true
|
|||
vim.o.undofile = true
|
||||
vim.o.ignorecase = true
|
||||
vim.o.smartcase = true
|
||||
vim.o.smartindent = true
|
||||
vim.o.updatetime = 500
|
||||
vim.o.termguicolors = true
|
||||
vim.o.completeopt = "menu,preview"
|
||||
|
|
@ -27,6 +28,6 @@ vim.api.nvim_create_autocmd('TextYankPost', {
|
|||
pattern = '*',
|
||||
})
|
||||
|
||||
vim.cmd "colorscheme one-nvim"
|
||||
vim.cmd.colorscheme "one-nvim"
|
||||
-- vim.o.background = "light"
|
||||
vim.opt.guifont = { "Cascadia Code:h15" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue