diff options
| author | philw <dscr@duck.com> | 2024-04-28 14:33:07 +0200 |
|---|---|---|
| committer | philw <dscr@duck.com> | 2024-04-28 14:33:07 +0200 |
| commit | 2e5490858a73ab9d7ce007f019bbcd486a5f5d7a (patch) | |
| tree | b83c89cbdd7f8511f627c38912e5eca1d8f3327d /lua/config/editor.lua | |
| parent | 7613551a53b2d795709f93e9344fd165e533c594 (diff) | |
| download | neovim-2e5490858a73ab9d7ce007f019bbcd486a5f5d7a.tar.gz neovim-2e5490858a73ab9d7ce007f019bbcd486a5f5d7a.zip | |
Update config file
Diffstat (limited to 'lua/config/editor.lua')
| -rw-r--r-- | lua/config/editor.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/config/editor.lua b/lua/config/editor.lua index a4ce545..0649006 100644 --- a/lua/config/editor.lua +++ b/lua/config/editor.lua | |||
| @@ -18,7 +18,7 @@ option.signcolumn = "number" | |||
| 18 | option.autoindent = true | 18 | option.autoindent = true |
| 19 | option.clipboard = "unnamedplus" | 19 | option.clipboard = "unnamedplus" |
| 20 | option.termguicolors = false | 20 | option.termguicolors = false |
| 21 | option.fillchars='eob: ' | 21 | option.fillchars = 'eob: ' |
| 22 | 22 | ||
| 23 | -- Setup Editor Theme | 23 | -- Setup Editor Theme |
| 24 | vim.cmd([[ | 24 | vim.cmd([[ |
