This commit is contained in:
Henrik Bakken
2021-10-07 00:14:37 +02:00
parent d2d9d15fda
commit e141fe6e4d
5 changed files with 19 additions and 81 deletions
+3 -1
View File
@@ -124,6 +124,8 @@ map("v", "v", "<esc>", { noremap = true })
map("v", "<Tab>", ">gv", { noremap = true })
map("v", "<S-Tab>", "<gv", { noremap = true })
map("n", "<leader>o", "m`o<Esc>``", { noremap = true }) -- Insert a newline in normal mode
-- repeat and next
map("n", "\\", "n.", { noremap = true })
-- WINDOWS / BUFFERS
-- make splits and tabs
@@ -507,9 +509,9 @@ use {"nvim-treesitter/nvim-treesitter",
cmp.config.compare.offset,
cmp.config.compare.score,
cmp.config.compare.sort_text,
cmp.config.compare.kind,
cmp.config.compare.length,
cmp.config.compare.order,
cmp.config.compare.kind,
}
},
})