feat: convert to blink, major lsp changes, lualine
This commit is contained in:
parent
82102e5e29
commit
51ab444c0d
44 changed files with 1387 additions and 700 deletions
|
|
@ -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'
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue