Skip to content
Snippets Groups Projects
Commit 4cee266c authored by Jan Hensel's avatar Jan Hensel :penguin:
Browse files

nvim: format some stuff

parent d42df84e
No related branches found
No related tags found
No related merge requests found
......@@ -299,7 +299,7 @@ local plugins = {
{ 'tweekmonster/startuptime.vim', lazy = true, cmd = 'StartupTime' },
{ 'mbbill/undotree' },
{ 'mbbill/undotree' },
}
......
......@@ -14,6 +14,8 @@ local configs = require 'lspconfig.configs'
lspconfig.gopls.setup {}
lspconfig.vimls.setup {}
-- lspconfig.typst_lsp.setup {
-- root_dir = function(path)
-- local strip_dir_pat = '/([^/]+)$'
......@@ -43,13 +45,12 @@ lspconfig.tinymist.setup {
return lspconfig.util.path.dirname(fname)
end,
}
lspconfig.vimls.setup {}
lspconfig.bashls.setup {}
lspconfig.pylsp.setup {}
-- lspconfig.jdtls.setup{}
-- lspconfig.jdtls.setup {}
lspconfig.jsonls.setup {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment