Skip to content

pull changes from upstream#1932

Closed
ronedier wants to merge 22 commits intonvim-lua:masterfrom
ronedier:master
Closed

pull changes from upstream#1932
ronedier wants to merge 22 commits intonvim-lua:masterfrom
ronedier:master

Conversation

@ronedier
Copy link

@ronedier ronedier commented Mar 9, 2026


NOTE
Please verify that the base repository above has the intended destination!
Github by default opens Pull Requests against the parent of a forked repository.
If this is your personal fork and you didn't intend to open a PR for contribution
to the original project then adjust the base repository accordingly.


@ronedier ronedier marked this pull request as draft March 9, 2026 07:53
@ronedier ronedier closed this Mar 9, 2026
Copy link

@jgw6fg8qng-ai jgw6fg8qng-ai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please help me sync my data from all my emails into one or two one being pubic and the other private I have my new yahoo email which is tammy_pesson@yahoo.com

vim.keymap.set('t', '<Esc><Esc>', '<C-\\><C-n>', { desc = 'Exit terminal mode' })

-- TIP: Disable arrow keys in normal mode
-- vim.keymap.set('n', '<left>', '<cmd>echo "Use h to move!!"<CR>')

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

h!!!"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi there


-- TIP: Disable arrow keys in normal mode
-- vim.keymap.set('n', '<left>', '<cmd>echo "Use h to move!!"<CR>')
-- vim.keymap.set('n', '<right>', '<cmd>echo "Use l to move!!"<CR>')

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1!!"')

vim.keymap.set('t', '<Esc><Esc>', '<C-\\><C-n>', { desc = 'Exit terminal mode' })

-- TIP: Disable arrow keys in normal mode
-- vim.keymap.set('n', '<left>', '<cmd>echo "Use h to move!!"<CR>')

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

h!!"CR')

vim.o.cursorline = true

-- Minimal number of screen lines to keep above and below the cursor.
vim.o.scrolloff = 10

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure what to do with this

vim.o.number = true
-- You can also add relative line numbers, to help with jumping.
-- Experiment for yourself to see if you like it!
-- vim.o.relativenumber = true

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

vim.o.relative number =true

@@ -247,7 +251,7 @@ rtp:prepend(lazypath)
-- NOTE: Here is where you install your plugins.
require('lazy').setup({

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

('Lazy').setup({

init.lua Outdated
-- NOTE: Here is where you install your plugins.
require('lazy').setup({
-- NOTE: Plugins can be added with a link (or for a github repo: 'owner/repo' link).
'NMAC427/guess-indent.nvim', -- Detect tabstop and shiftwidth automatically

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Detective tab stop and shiftwidth automatically

require('lazy').setup({
-- NOTE: Plugins can be added with a link (or for a github repo: 'owner/repo' link).
'NMAC427/guess-indent.nvim', -- Detect tabstop and shiftwidth automatically
{ 'NMAC427/guess-indent.nvim', opts = {} }, -- Detect tabstop and shiftwidth automatically

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I no longer have a MacBook Pro I only have a iPad 12.9" (4th generation) and this iPhone 17 pro max

-- i = { ['<c-enter>'] = 'to_fuzzy_refine' },
-- },
-- },
-- pickers = {}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

{}

init.lua Outdated
require('mason-tool-installer').setup { ensure_installed = ensure_installed }

require('mason-lspconfig').setup {
ensure_installed = {}, -- explicitly set to an empty table (Kickstart populates installs via mason-tool-installer)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Install whatever I need to get this done. I don't know what any of this stuff means

@jgw6fg8qng-ai
Copy link

Yes

@jgw6fg8qng-ai
Copy link

Yes use that

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants