Skip to content

Commit

Permalink
fix(nvim): Remove unnecessary rootMarkers option
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones2014 committed Aug 24, 2023
1 parent 4ee5399 commit 7c3898c
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions nvim/lua/my/lsp/filetypes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -121,15 +121,7 @@ function M.efmls_config(capabilities)

return {
filetypes = vim.tbl_keys(languages),
settings = {
rootMarkers = {
'.git/',
'.luacheckrc',
'stylua.toml',
'Cargo.toml',
},
languages = languages,
},
settings = { languages = languages },
init_options = {
documentFormatting = true,
documentRangeFormatting = true,
Expand Down

0 comments on commit 7c3898c

Please sign in to comment.