Several changes to nvim setup

This commit is contained in:
2021-12-29 10:13:15 +01:00
parent 8ce283c530
commit 703f2cb966
7 changed files with 537 additions and 12 deletions

View File

@@ -6,7 +6,7 @@ O = {
clipboard = unnamedplus,
incsearch = true,
termguicolors = true,
colorscheme = 'onedark',
colorscheme = 'dracula',
hidden_files = true,
wrap_lines = false,
number = true,