Skip to content

Commit 101d899

Browse files
committed
Track 'lazy-lock.json' file
1 parent 6dab19f commit 101d899

2 files changed

Lines changed: 32 additions & 7 deletions

File tree

init.lua

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ vim.g.have_nerd_font = false
102102
vim.o.number = true
103103
-- You can also add relative line numbers, to help with jumping.
104104
-- Experiment for yourself to see if you like it!
105-
-- vim.o.relativenumber = true
105+
vim.o.relativenumber = true
106106

107107
-- Enable mouse mode, can be useful for resizing splits for example!
108108
vim.o.mouse = 'a'
@@ -159,7 +159,7 @@ vim.o.inccommand = 'split'
159159
vim.o.cursorline = true
160160

161161
-- Minimal number of screen lines to keep above and below the cursor.
162-
vim.o.scrolloff = 10
162+
vim.o.scrolloff = 13
163163

164164
-- if performing an operation that would fail due to unsaved changes in the buffer (like `:q`),
165165
-- instead raise a dialog asking if you wish to save the current file(s)
@@ -185,10 +185,10 @@ vim.keymap.set('n', '<leader>q', vim.diagnostic.setloclist, { desc = 'Open diagn
185185
vim.keymap.set('t', '<Esc><Esc>', '<C-\\><C-n>', { desc = 'Exit terminal mode' })
186186

187187
-- TIP: Disable arrow keys in normal mode
188-
-- vim.keymap.set('n', '<left>', '<cmd>echo "Use h to move!!"<CR>')
189-
-- vim.keymap.set('n', '<right>', '<cmd>echo "Use l to move!!"<CR>')
190-
-- vim.keymap.set('n', '<up>', '<cmd>echo "Use k to move!!"<CR>')
191-
-- vim.keymap.set('n', '<down>', '<cmd>echo "Use j to move!!"<CR>')
188+
vim.keymap.set('n', '<left>', '<cmd>echo "Use h to move!!"<CR>')
189+
vim.keymap.set('n', '<right>', '<cmd>echo "Use l to move!!"<CR>')
190+
vim.keymap.set('n', '<up>', '<cmd>echo "Use k to move!!"<CR>')
191+
vim.keymap.set('n', '<down>', '<cmd>echo "Use j to move!!"<CR>')
192192

193193
-- Keybinds to make split navigation easier.
194194
-- Use CTRL+<hjkl> to switch between windows
@@ -977,7 +977,7 @@ require('lazy').setup({
977977
-- require 'kickstart.plugins.indent_line',
978978
-- require 'kickstart.plugins.lint',
979979
-- require 'kickstart.plugins.autopairs',
980-
-- require 'kickstart.plugins.neo-tree',
980+
require 'kickstart.plugins.neo-tree',
981981
-- require 'kickstart.plugins.gitsigns', -- adds gitsigns recommend keymaps
982982

983983
-- NOTE: The import below can automatically add your own plugins, configuration, etc from `lua/custom/plugins/*.lua`

lazy-lock.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"LuaSnip": { "branch": "master", "commit": "458560534a73f7f8d7a11a146c801db00b081df0" },
3+
"blink.cmp": { "branch": "main", "commit": "327fff91fe6af358e990be7be1ec8b78037d2138" },
4+
"conform.nvim": { "branch": "master", "commit": "cde4da5c1083d3527776fee69536107d98dae6c9" },
5+
"fidget.nvim": { "branch": "main", "commit": "e32b672d8fd343f9d6a76944fedb8c61d7d8111a" },
6+
"gitsigns.nvim": { "branch": "main", "commit": "20ad4419564d6e22b189f6738116b38871082332" },
7+
"guess-indent.nvim": { "branch": "main", "commit": "84a4987ff36798c2fc1169cbaff67960aed9776f" },
8+
"lazy.nvim": { "branch": "main", "commit": "85c7ff3711b730b4030d03144f6db6375044ae82" },
9+
"lazydev.nvim": { "branch": "main", "commit": "5231c62aa83c2f8dc8e7ba957aa77098cda1257d" },
10+
"mason-lspconfig.nvim": { "branch": "main", "commit": "b1d9a914b02ba5660f1e272a03314b31d4576fe2" },
11+
"mason-tool-installer.nvim": { "branch": "main", "commit": "517ef5994ef9d6b738322664d5fdd948f0fdeb46" },
12+
"mason.nvim": { "branch": "main", "commit": "ad7146aa61dcaeb54fa900144d768f040090bff0" },
13+
"mini.nvim": { "branch": "main", "commit": "f43357be022565d969795cde29b8988d082cc913" },
14+
"neo-tree.nvim": { "branch": "main", "commit": "f3df514fff2bdd4318127c40470984137f87b62e" },
15+
"nui.nvim": { "branch": "main", "commit": "de740991c12411b663994b2860f1a4fd0937c130" },
16+
"nvim-lspconfig": { "branch": "master", "commit": "c8503e63c6afab3ed34b49865a4a4edbb1ebf4a8" },
17+
"nvim-treesitter": { "branch": "master", "commit": "42fc28ba918343ebfd5565147a42a26580579482" },
18+
"plenary.nvim": { "branch": "master", "commit": "b9fd5226c2f76c951fc8ed5923d85e4de065e509" },
19+
"telescope-fzf-native.nvim": { "branch": "main", "commit": "6fea601bd2b694c6f2ae08a6c6fab14930c60e2c" },
20+
"telescope-ui-select.nvim": { "branch": "master", "commit": "6e51d7da30bd139a6950adf2a47fda6df9fa06d2" },
21+
"telescope.nvim": { "branch": "master", "commit": "3a12a853ebf21ec1cce9a92290e3013f8ae75f02" },
22+
"todo-comments.nvim": { "branch": "main", "commit": "31e3c38ce9b29781e4422fc0322eb0a21f4e8668" },
23+
"tokyonight.nvim": { "branch": "main", "commit": "5da1b76e64daf4c5d410f06bcb6b9cb640da7dfd" },
24+
"which-key.nvim": { "branch": "main", "commit": "3aab2147e74890957785941f0c1ad87d0a44c15a" }
25+
}

0 commit comments

Comments
 (0)