mirror of
https://github.com/belsabbagh/dotfiles.git
synced 2026-04-11 01:26:46 +00:00
removed insecure file
This commit is contained in:
@@ -39,8 +39,7 @@ return {
|
|||||||
-- manager lock file.
|
-- manager lock file.
|
||||||
local root_markers = { 'package-lock.json', 'yarn.lock', 'pnpm-lock.yaml', 'bun.lockb', 'bun.lock' }
|
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
|
-- 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' } }
|
root_markers = vim.fn.has 'nvim-0.11.3' == 1 and { root_markers, { '.git' } } or vim.list_extend(root_markers, { '.git' })
|
||||||
or vim.list_extend(root_markers, { '.git' })
|
|
||||||
|
|
||||||
-- exclude deno
|
-- exclude deno
|
||||||
if vim.fs.root(bufnr, { 'deno.json', 'deno.jsonc', 'deno.lock' }) then
|
if vim.fs.root(bufnr, { 'deno.json', 'deno.jsonc', 'deno.lock' }) then
|
||||||
|
|||||||
@@ -91,6 +91,7 @@ return {
|
|||||||
cmd = { 'typescript-language-server', '--stdio' },
|
cmd = { 'typescript-language-server', '--stdio' },
|
||||||
filetypes = {
|
filetypes = {
|
||||||
'astro',
|
'astro',
|
||||||
|
'vue',
|
||||||
},
|
},
|
||||||
root_markers = { 'tsconfig.json', 'jsconfig.json', 'package.json', '.git' },
|
root_markers = { 'tsconfig.json', 'jsconfig.json', 'package.json', '.git' },
|
||||||
handlers = {
|
handlers = {
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
root = true
|
root = true
|
||||||
|
|
||||||
[*]
|
[*]
|
||||||
max_line_length = 120
|
max_line_length = 80
|
||||||
|
|||||||
@@ -1,5 +0,0 @@
|
|||||||
[user]
|
|
||||||
email = belsabbagh@gmail.com
|
|
||||||
name = Belal Elsabbagh
|
|
||||||
[core]
|
|
||||||
sshcommand = ssh -i /home/belal/.ssh/github_key
|
|
||||||
Reference in New Issue
Block a user