feat: added better bindings for lsp
This commit is contained in:
parent
1239047cc9
commit
d589775634
4 changed files with 24 additions and 8 deletions
|
|
@ -3,8 +3,8 @@ local options = {
|
|||
mouse = "n",
|
||||
fileencoding = "utf-8",
|
||||
relativenumber = true,
|
||||
cursorline = false,
|
||||
number = true,
|
||||
cursorline = false,
|
||||
number = true,
|
||||
smartindent = true,
|
||||
smartcase = true,
|
||||
showmode = true,
|
||||
|
|
@ -21,11 +21,14 @@ local options = {
|
|||
scrolloff = 8, -- is one of my fav
|
||||
sidescrolloff = 8,
|
||||
spell = false,
|
||||
syntax = "off",
|
||||
syntax = "off",
|
||||
spelllang = "en_us",
|
||||
mousemodel = "popup_setpos",
|
||||
}
|
||||
|
||||
vim.keymap.set("n", "<Space>", "<Nop>", { silent = true, remap = false })
|
||||
vim.g.mapleader = " "
|
||||
|
||||
--vim.opt.shortmess:append "c"
|
||||
|
||||
for k, v in pairs(options) do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue