Compare commits
No commits in common. "9b7d1f72e0dfb6b57cc2d8f213e757023e7b3efa" and "0c4bd89b7cb481c74de494db307444f57b798e21" have entirely different histories.
9b7d1f72e0
...
0c4bd89b7c
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -12,13 +12,12 @@ if (not status_mason_lspconfig) then return end
|
|||||||
|
|
||||||
-- Config servers.
|
-- Config servers.
|
||||||
local servers = {
|
local servers = {
|
||||||
-- 'tsserver',
|
|
||||||
'ts_ls',
|
|
||||||
'lua_ls',
|
'lua_ls',
|
||||||
'bashls',
|
'bashls',
|
||||||
'clangd',
|
'clangd',
|
||||||
'cmake',
|
'cmake',
|
||||||
'html',
|
'html',
|
||||||
|
'tsserver',
|
||||||
'volar',
|
'volar',
|
||||||
'dockerls',
|
'dockerls',
|
||||||
'jsonls',
|
'jsonls',
|
||||||
@ -78,8 +77,8 @@ mason_lspconfig.setup_handlers {
|
|||||||
lspconfig[server_name].setup(config)
|
lspconfig[server_name].setup(config)
|
||||||
end
|
end
|
||||||
|
|
||||||
-- TSSERVER / TS_LS.
|
-- TSSERVER.
|
||||||
if server_name == 'ts_ls' then
|
if server_name == 'tsserver' then
|
||||||
config.init_options = {
|
config.init_options = {
|
||||||
plugins = {
|
plugins = {
|
||||||
{
|
{
|
||||||
|
@ -49,8 +49,8 @@ local function save_profiles(threshold)
|
|||||||
end
|
end
|
||||||
|
|
||||||
time([[Luarocks path setup]], true)
|
time([[Luarocks path setup]], true)
|
||||||
local package_path_str = "/home/antoxa/.cache/nvim/packer_hererocks/2.1.1725453128/share/lua/5.1/?.lua;/home/antoxa/.cache/nvim/packer_hererocks/2.1.1725453128/share/lua/5.1/?/init.lua;/home/antoxa/.cache/nvim/packer_hererocks/2.1.1725453128/lib/luarocks/rocks-5.1/?.lua;/home/antoxa/.cache/nvim/packer_hererocks/2.1.1725453128/lib/luarocks/rocks-5.1/?/init.lua"
|
local package_path_str = "/home/antoxa/.cache/nvim/packer_hererocks/2.1.1713773202/share/lua/5.1/?.lua;/home/antoxa/.cache/nvim/packer_hererocks/2.1.1713773202/share/lua/5.1/?/init.lua;/home/antoxa/.cache/nvim/packer_hererocks/2.1.1713773202/lib/luarocks/rocks-5.1/?.lua;/home/antoxa/.cache/nvim/packer_hererocks/2.1.1713773202/lib/luarocks/rocks-5.1/?/init.lua"
|
||||||
local install_cpath_pattern = "/home/antoxa/.cache/nvim/packer_hererocks/2.1.1725453128/lib/lua/5.1/?.so"
|
local install_cpath_pattern = "/home/antoxa/.cache/nvim/packer_hererocks/2.1.1713773202/lib/lua/5.1/?.so"
|
||||||
if not string.find(package.path, package_path_str, 1, true) then
|
if not string.find(package.path, package_path_str, 1, true) then
|
||||||
package.path = package.path .. ';' .. package_path_str
|
package.path = package.path .. ';' .. package_path_str
|
||||||
end
|
end
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
let g:netrw_dirhistmax =10
|
let g:netrw_dirhistmax =10
|
||||||
let g:netrw_dirhistcnt =6
|
let g:netrw_dirhistcnt =2
|
||||||
let g:netrw_dirhist_6='/home/antoxa/Documents/CheatSheets'
|
|
||||||
let g:netrw_dirhist_5='/home/antoxa/.password-store/my/ya.ru'
|
|
||||||
let g:netrw_dirhist_4='/home/antoxa/.password-store/my'
|
|
||||||
let g:netrw_dirhist_3='/home/antoxa/.password-store'
|
|
||||||
let g:netrw_dirhist_2='/home/antoxa/Projects/customers/svetofor/dompdd/directus/data/backups'
|
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_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_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_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_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_7='/home/antoxa/Projects/mydot/nvim/.config/nvim/plugin'
|
||||||
|
let g:netrw_dirhist_6='/home/antoxa/Projects/mydot/nvim/.config/nvim'
|
||||||
|
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'
|
||||||
|
15
vim/1
15
vim/1
@ -1,15 +0,0 @@
|
|||||||
" Common.
|
|
||||||
set encoding=utf-8
|
|
||||||
set fileencoding=utf-8
|
|
||||||
set nobackup
|
|
||||||
set noswapfile
|
|
||||||
|
|
||||||
" Tabs.
|
|
||||||
set tabstop=2
|
|
||||||
set shiftwidth=2
|
|
||||||
|
|
||||||
" Lines.
|
|
||||||
set number
|
|
||||||
set relativenumber
|
|
||||||
set cursorline
|
|
||||||
set colorcolumn=80
|
|
@ -1,6 +1 @@
|
|||||||
source $HOME/.config/zsh/.zshrc
|
source $HOME/.config/zsh/.zshrc
|
||||||
|
|
||||||
## [Completion]
|
|
||||||
## Completion scripts setup. Remove the following line to uninstall
|
|
||||||
[[ -f /home/antoxa/.dart-cli-completion/zsh-config.zsh ]] && . /home/antoxa/.dart-cli-completion/zsh-config.zsh || true
|
|
||||||
## [/Completion]
|
|
||||||
|
Loading…
Reference in New Issue
Block a user