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
|
(use-package org-roam
|
||||||
:straight (org-roam
|
:straight (org-roam
|
||||||
:host github
|
:host github
|
||||||
:repo "org-roam/org-roam"
|
:repo "org-roam/org-roam")
|
||||||
:branch "v2")
|
|
||||||
:after (org)
|
:after (org)
|
||||||
:config
|
:config
|
||||||
(setq org-roam-directory "~/org-roam")
|
(setq org-roam-directory "~/org-roam")
|
||||||
|
|
|
@ -143,13 +143,6 @@ vim.g.bubbly_palette = {
|
||||||
-- Builtin LSP
|
-- Builtin LSP
|
||||||
local lspconfig = require'lspconfig'
|
local lspconfig = require'lspconfig'
|
||||||
lspconfig.ocamlls.setup{}
|
lspconfig.ocamlls.setup{}
|
||||||
lspconfig.pyls.setup{
|
|
||||||
settings = {
|
|
||||||
pyls = {
|
|
||||||
configurationSources = { "pyls-black", flake8 }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
lspconfig.rust_analyzer.setup{}
|
lspconfig.rust_analyzer.setup{}
|
||||||
lspconfig.solargraph.setup{}
|
lspconfig.solargraph.setup{}
|
||||||
lspconfig.yamlls.setup{}
|
lspconfig.yamlls.setup{}
|
||||||
|
|
Loading…
Add table
Reference in a new issue