Fix vim and org-roam

This commit is contained in:
zendesk-acicchetti 2021-07-23 10:22:39 -04:00
parent 2e0b6ebd78
commit 4439243433
2 changed files with 1 additions and 9 deletions

View file

@ -313,8 +313,7 @@
(use-package org-roam
:straight (org-roam
:host github
:repo "org-roam/org-roam"
:branch "v2")
:repo "org-roam/org-roam")
:after (org)
:config
(setq org-roam-directory "~/org-roam")

View file

@ -143,13 +143,6 @@ vim.g.bubbly_palette = {
-- Builtin LSP
local lspconfig = require'lspconfig'
lspconfig.ocamlls.setup{}
lspconfig.pyls.setup{
settings = {
pyls = {
configurationSources = { "pyls-black", flake8 }
}
}
}
lspconfig.rust_analyzer.setup{}
lspconfig.solargraph.setup{}
lspconfig.yamlls.setup{}