1
0
mirror of https://github.com/kmein/niveum synced 2026-03-17 02:31:09 +01:00

feat: make obsidian-vim and neovim bearable

This commit is contained in:
2023-07-09 23:26:49 +02:00
parent 074e229d5f
commit 24f838370d
7 changed files with 50 additions and 37 deletions

View File

@@ -2,9 +2,9 @@ local cmp = require'cmp'
cmp.setup({
snippet = {
expand = function(args) {
expand = function(args)
require("luasnip").lsp_expand(args.body)
},
end,
},
mapping = cmp.mapping.preset.insert({
['<C-b>'] = cmp.mapping.scroll_docs(-4),
@@ -76,7 +76,7 @@ local lsp_flags = {
}
language_servers = {
clangd = {},`
clangd = {},
pyright = {}, -- pyright
tsserver = {}, -- typescript-language-server
elmls = {}, -- elm-language-server