aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2023-08-23 07:05:46 +0800
committerHsieh Chin Fan <pham@topo.tw>2023-08-23 07:05:46 +0800
commit185e4f0580b380737e2ea0d74e48f4258e332a77 (patch)
tree00e61e53f0f37b1282d19f74b3f7251608dbd2e8
parentf8c9d03ed01a4de450c5ffc5eca10493e324bf97 (diff)
Update
-rw-r--r--nvim.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/nvim.lua b/nvim.lua
index 9aa5c07..125d4bc 100644
--- a/nvim.lua
+++ b/nvim.lua
@@ -150,7 +150,7 @@ require('lazy').setup({
150 'navarasu/onedark.nvim', 150 'navarasu/onedark.nvim',
151 priority = 1000, 151 priority = 1000,
152 config = function() 152 config = function()
153 -- vim.cmd.colorscheme 'onedark' 153 vim.cmd.colorscheme 'onedark'
154 end, 154 end,
155 }, 155 },
156 156
@@ -276,7 +276,7 @@ vim.o.termguicolors = true
276 276
277-- Keymaps for better default experience 277-- Keymaps for better default experience
278-- See `:help vim.keymap.set()` 278-- See `:help vim.keymap.set()`
279vim.keymap.set({ 'n', 'v' }, '<Space>', '<Nop>', { silent = true }) 279-- vim.keymap.set({ 'n', 'v' }, '<Space>', '<Nop>', { silent = true })
280 280
281-- Use suda.vim to run sudo, or terminal prompt fails 281-- Use suda.vim to run sudo, or terminal prompt fails
282-- See more details at https://github.com/neovim/neovim/issue 282-- See more details at https://github.com/neovim/neovim/issue