Fix vim and org-roam
This commit is contained in:
parent
2e0b6ebd78
commit
4439243433
2 changed files with 1 additions and 9 deletions
|
@ -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")
|
||||
|
|
|
@ -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{}
|
||||
|
|
Loading…
Add table
Reference in a new issue