Compare commits
No commits in common. "0c4bd89b7cb481c74de494db307444f57b798e21" and "aff0d8dd4d4b7b36ccc34c76ff2fda0a9bb59852" have entirely different histories.
0c4bd89b7c
...
aff0d8dd4d
@ -84,11 +84,15 @@ mason_lspconfig.setup_handlers {
|
||||
{
|
||||
name = '@vue/typescript-plugin',
|
||||
location = '/home/antoxa/.nvm/versions/node/v20.12.2/lib/node_modules/@vue/typescript-plugin',
|
||||
languages = { 'javascript', 'typescript', 'vue' }
|
||||
languages = { 'javascript', 'typescript', 'vue' },
|
||||
},
|
||||
},
|
||||
}
|
||||
config.filetypes = {
|
||||
'javascript',
|
||||
'typescript',
|
||||
'vue',
|
||||
}
|
||||
}
|
||||
config.filetypes = { 'javascript', 'typescript', 'vue' }
|
||||
end
|
||||
|
||||
-- GRAPHQL.
|
||||
|
@ -1,12 +1,12 @@
|
||||
let g:netrw_dirhistmax =10
|
||||
let g:netrw_dirhistcnt =2
|
||||
let g:netrw_dirhist_2='/home/antoxa/Projects/customers/svetofor/dompdd/directus/data/backups'
|
||||
let g:netrw_dirhist_1='/home/antoxa/Projects/mydot/nvim/.config/nvim/lua/axp/plugins'
|
||||
let g:netrw_dirhist_0='/home/antoxa/Projects/mydot/nvim/.config/nvim/lua/axp'
|
||||
let g:netrw_dirhist_9='/home/antoxa/Projects/mydot/nvim/.config/nvim/lua'
|
||||
let g:netrw_dirhist_8='/home/antoxa/Projects/mydot/nvim/.config/nvim'
|
||||
let g:netrw_dirhist_7='/home/antoxa/Projects/mydot/nvim/.config/nvim/plugin'
|
||||
let g:netrw_dirhist_6='/home/antoxa/Projects/mydot/nvim/.config/nvim'
|
||||
let g:netrw_dirhistcnt =5
|
||||
let g:netrw_dirhist_5='/home/antoxa/Documents/CheatSheets'
|
||||
let g:netrw_dirhist_4='/dev/shm/pass.ulVK378La7imh'
|
||||
let g:netrw_dirhist_3='/home/antoxa/.ssh'
|
||||
let g:netrw_dirhist_2='/home/antoxa/Projects/customers/svetofor/dompdd/utils'
|
||||
let g:netrw_dirhist_1='/home/antoxa/Documents/CheatSheets'
|
||||
let g:netrw_dirhist_0='/home/antoxa/Projects/customers/radianse/directus/data/backups'
|
||||
let g:netrw_dirhist_9='/home/antoxa/Projects/mydot/nvim/.config/nvim/lua/axp/plugins'
|
||||
let g:netrw_dirhist_8='/home/antoxa/Projects/mydot/nvim/.config/nvim/lua/axp/plugins/null-ls'
|
||||
let g:netrw_dirhist_7='/home/antoxa/Projects/mydot/nvim/.config/nvim/lua/axp/plugins'
|
||||
let g:netrw_dirhist_6='/home/antoxa/Projects/mydot/nvim/.config/nvim/lua/axp'
|
||||
|
Loading…
Reference in New Issue
Block a user