feat: convert to blink, major lsp changes, lualine

This commit is contained in:
Jason Miller 2025-06-12 12:27:51 +09:00
parent 82102e5e29
commit 51ab444c0d
44 changed files with 1387 additions and 700 deletions

View file

@ -1,6 +1,11 @@
return {
{ -- Emacs-style keybindings in insert mode
{
'millerjason/neovimacs.nvim',
opts = {},
opts = {
VM_Enabled = vim.g.neovimacs_bindings,
VM_StartInsert = vim.g.neovimacs_insert,
VM_UnixConsoleMetaSendsEsc = false,
TabIndentStyle = 'none', -- 'emacs', 'never', 'whitespace', 'startofline'
},
},
}