removed insecure file

This commit is contained in:
Belal Elsabbagh
2026-01-14 21:55:43 +02:00
parent 66eba2db3f
commit 13283f37de
4 changed files with 3 additions and 8 deletions

View File

@@ -39,8 +39,7 @@ return {
-- manager lock file.
local root_markers = { 'package-lock.json', 'yarn.lock', 'pnpm-lock.yaml', 'bun.lockb', 'bun.lock' }
-- Give the root markers equal priority by wrapping them in a table
root_markers = vim.fn.has('nvim-0.11.3') == 1 and { root_markers, { '.git' } }
or vim.list_extend(root_markers, { '.git' })
root_markers = vim.fn.has 'nvim-0.11.3' == 1 and { root_markers, { '.git' } } or vim.list_extend(root_markers, { '.git' })
-- exclude deno
if vim.fs.root(bufnr, { 'deno.json', 'deno.jsonc', 'deno.lock' }) then

View File

@@ -91,6 +91,7 @@ return {
cmd = { 'typescript-language-server', '--stdio' },
filetypes = {
'astro',
'vue',
},
root_markers = { 'tsconfig.json', 'jsconfig.json', 'package.json', '.git' },
handlers = {

View File

@@ -1,4 +1,4 @@
root = true
[*]
max_line_length = 120
max_line_length = 80

View File

@@ -1,5 +0,0 @@
[user]
email = belsabbagh@gmail.com
name = Belal Elsabbagh
[core]
sshcommand = ssh -i /home/belal/.ssh/github_key