diff options
| author | Crony Akatsuki <crony@cronyakatsuki.xyz> | 2025-10-20 18:51:25 +0200 |
|---|---|---|
| committer | Crony Akatsuki <crony@cronyakatsuki.xyz> | 2025-10-20 18:51:25 +0200 |
| commit | 1f52e22b17923848a292279324357f039b1b8c95 (patch) | |
| tree | 7d51d31816f99f0d9eb4ca419c56f4b8e151c166 /lua/config/settings.lua | |
| parent | 3b5eceb42f0d4d166652a7428bd5b363e2f720ed (diff) | |
| download | nvim-1f52e22b17923848a292279324357f039b1b8c95.zip nvim-1f52e22b17923848a292279324357f039b1b8c95.tar.gz | |
feat(neovim): use built-in package manager.
Diffstat (limited to 'lua/config/settings.lua')
| -rw-r--r-- | lua/config/settings.lua | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lua/config/settings.lua b/lua/config/settings.lua index 50c5be3..3fdff37 100644 --- a/lua/config/settings.lua +++ b/lua/config/settings.lua @@ -26,6 +26,5 @@ vim.opt.inccommand = "split" -- ignore case vim.opt.ignorecase = true --- setup leader and local leader -vim.g.mapleader = " " -vim.g.maplocalleader = ";" +-- disable neovim swap files +vim.opt.swapfile = false |
