forked from dineshsalunke/nvim-config
refactor: remove function wrapper
This commit is contained in:
parent
7f7ed84f0b
commit
381b2d52be
@ -65,9 +65,7 @@ return {
|
||||
require("lspconfig").lua_ls.setup(lsp.nvim_lua_ls())
|
||||
require("lspconfig").tsserver.setup({
|
||||
single_file_support = false,
|
||||
root_dir = function(...)
|
||||
return require("lspconfig.util").root_pattern(".git")(...)
|
||||
end,
|
||||
root_dir = util.root_pattern(".git"),
|
||||
commands = {
|
||||
TypescriptOrganizeImports = {
|
||||
function()
|
||||
|
Loading…
x
Reference in New Issue
Block a user