diff options
| author | Dmitrii Morozov <dmitrii.morozov@sbb.ch> | 2025-10-27 18:05:18 +0100 | 
|---|---|---|
| committer | Dmitrii Morozov <dmitrii.morozov@sbb.ch> | 2025-10-27 18:05:18 +0100 | 
| commit | a6e33d1bfbe1a122b9c10b14dc438323c09acd05 (patch) | |
| tree | 6792c920ba645f1305c774c61cb94d3af35c2532 /lua/config | |
| parent | aa7d703f747eff4e70fc1fe5afedff0b0c0f9f36 (diff) | |
Disable relative numbers, enable some lang plugins
Diffstat (limited to 'lua/config')
| -rw-r--r-- | lua/config/options.lua | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/config/options.lua b/lua/config/options.lua index 960ce06..ca1137e 100644 --- a/lua/config/options.lua +++ b/lua/config/options.lua @@ -5,6 +5,7 @@ vim.o.tabstop = 4  vim.o.expandtab = true  vim.o.softtabstop = 4  vim.o.shiftwidth = 4 +vim.o.relativenumber = false  -- Enable shared clipboard  vim.opt.clipboard = "unnamedplus"  | 
