mirror of
https://github.com/tomru/nvim.git
synced 2026-03-03 14:37:15 +01:00
let neotree detect root by .git dir
This commit is contained in:
@@ -16,6 +16,8 @@ return {
|
||||
'b0o/SchemaStore.nvim',
|
||||
},
|
||||
config = function()
|
||||
local util = require 'lspconfig.util'
|
||||
|
||||
require('neodev').setup {
|
||||
-- library = {
|
||||
-- plugins = { "nvim-dap-ui" },
|
||||
@@ -39,6 +41,7 @@ return {
|
||||
cssls = true,
|
||||
|
||||
ts_ls = {
|
||||
root_dir = util.find_git_ancestor,
|
||||
settings = {
|
||||
diagnostics = {
|
||||
ignoredCodes = {
|
||||
|
||||
Reference in New Issue
Block a user