new fonts and vue plugin typescript
This commit is contained in:
parent
79c08c674e
commit
f348f802b0
1
fonts/.local/share/fonts/.uuid
Normal file
1
fonts/.local/share/fonts/.uuid
Normal file
@ -0,0 +1 @@
|
|||||||
|
ed4756ea-5162-4272-afa7-1c30d75f6d29
|
BIN
fonts/.local/share/fonts/DaMiOne/DaMiOne-Regular.ttf
Normal file
BIN
fonts/.local/share/fonts/DaMiOne/DaMiOne-Regular.ttf
Normal file
Binary file not shown.
1
fonts/.local/share/fonts/EastSeaDokdo/.uuid
Normal file
1
fonts/.local/share/fonts/EastSeaDokdo/.uuid
Normal file
@ -0,0 +1 @@
|
|||||||
|
e6d3e6d6-e220-4686-b831-978be36dd0e8
|
BIN
fonts/.local/share/fonts/HaloGrotesk/HaloGrotesk-Regular.otf
Normal file
BIN
fonts/.local/share/fonts/HaloGrotesk/HaloGrotesk-Regular.otf
Normal file
Binary file not shown.
1
fonts/.local/share/fonts/HemicoGreek/.uuid
Normal file
1
fonts/.local/share/fonts/HemicoGreek/.uuid
Normal file
@ -0,0 +1 @@
|
|||||||
|
0d5b40f3-853c-46c4-b79e-384710c78a9a
|
1
fonts/.local/share/fonts/Imprerial/.uuid
Normal file
1
fonts/.local/share/fonts/Imprerial/.uuid
Normal file
@ -0,0 +1 @@
|
|||||||
|
e2f090de-0c78-450a-8a3e-05baf9474fa7
|
BIN
fonts/.local/share/fonts/NeuropolMedium/Neuropol Medium.ttf
Normal file
BIN
fonts/.local/share/fonts/NeuropolMedium/Neuropol Medium.ttf
Normal file
Binary file not shown.
BIN
fonts/.local/share/fonts/PPObjectSans/object.ttf
Normal file
BIN
fonts/.local/share/fonts/PPObjectSans/object.ttf
Normal file
Binary file not shown.
BIN
fonts/.local/share/fonts/Ravenhol/Ravenholm Demo.otf
Normal file
BIN
fonts/.local/share/fonts/Ravenhol/Ravenholm Demo.otf
Normal file
Binary file not shown.
1
fonts/.local/share/fonts/Saiba-45/.uuid
Normal file
1
fonts/.local/share/fonts/Saiba-45/.uuid
Normal file
@ -0,0 +1 @@
|
|||||||
|
63853023-86c4-4e7b-8693-f0f8a4ee3ba0
|
BIN
fonts/.local/share/fonts/Shist/Schist Black.ttf
Normal file
BIN
fonts/.local/share/fonts/Shist/Schist Black.ttf
Normal file
Binary file not shown.
BIN
fonts/.local/share/fonts/Shist/Schist Bold.ttf
Normal file
BIN
fonts/.local/share/fonts/Shist/Schist Bold.ttf
Normal file
Binary file not shown.
BIN
fonts/.local/share/fonts/Shist/Schist Light.ttf
Normal file
BIN
fonts/.local/share/fonts/Shist/Schist Light.ttf
Normal file
Binary file not shown.
BIN
fonts/.local/share/fonts/Shist/Schist Regular.ttf
Normal file
BIN
fonts/.local/share/fonts/Shist/Schist Regular.ttf
Normal file
Binary file not shown.
1
fonts/.local/share/fonts/Terminess/.uuid
Normal file
1
fonts/.local/share/fonts/Terminess/.uuid
Normal file
@ -0,0 +1 @@
|
|||||||
|
f57b80b8-ad35-402f-a498-8a2cfb01f377
|
@ -84,7 +84,7 @@ mason_lspconfig.setup_handlers {
|
|||||||
plugins = {
|
plugins = {
|
||||||
{
|
{
|
||||||
name = '@vue/typescript-plugin',
|
name = '@vue/typescript-plugin',
|
||||||
location = '/home/antoxa/.nvm/versions/node/v20.17.0/lib/node_modules/@vue/typescript-plugin',
|
location = '/home/antoxa/.nvm/versions/node/v22.11.0/lib/node_modules/@vue/typescript-plugin',
|
||||||
languages = { 'javascript', 'typescript', 'vue' }
|
languages = { 'javascript', 'typescript', 'vue' }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -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.1727870382/share/lua/5.1/?.lua;/home/antoxa/.cache/nvim/packer_hererocks/2.1.1727870382/share/lua/5.1/?/init.lua;/home/antoxa/.cache/nvim/packer_hererocks/2.1.1727870382/lib/luarocks/rocks-5.1/?.lua;/home/antoxa/.cache/nvim/packer_hererocks/2.1.1727870382/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.1727870382/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
|
||||||
|
47
vim/.vimrc
47
vim/.vimrc
@ -14,21 +14,42 @@ set number
|
|||||||
set relativenumber
|
set relativenumber
|
||||||
set cursorline
|
set cursorline
|
||||||
set colorcolumn=80
|
set colorcolumn=80
|
||||||
|
set nowrap
|
||||||
|
|
||||||
set list
|
" set list
|
||||||
set listchars=space:·,tab:‑→
|
set list listchars=trail:·,tab:»-
|
||||||
" set listchars=space:·,tab:─→
|
|
||||||
" set listchars=space:·,tab:└→
|
|
||||||
" set listchars=space:◦,eol:$,tab:->,trail:~,extends:>,precedes:<
|
|
||||||
|
|
||||||
" Having longer updatetime (default is 4000 ms = 4s) leads to noticeable
|
|
||||||
" delays and poor user experience
|
|
||||||
set updatetime=300
|
|
||||||
|
|
||||||
" Always show the signcolumn, otherwise it would shift the text each time
|
|
||||||
" diagnostics appear/become resolved
|
|
||||||
set signcolumn=yes
|
|
||||||
|
|
||||||
" Colors.
|
" Colors.
|
||||||
syntax on
|
syntax on
|
||||||
colorscheme slate
|
colorscheme slate
|
||||||
|
|
||||||
|
" VUNDLE ======================================================================/
|
||||||
|
set nocompatible " be iMproved, required
|
||||||
|
filetype off " required
|
||||||
|
|
||||||
|
" set the runtime path to include Vundle and initialize
|
||||||
|
set rtp+=~/.vim/bundle/Vundle.vim
|
||||||
|
call vundle#begin()
|
||||||
|
" alternatively, pass a path where Vundle should install plugins
|
||||||
|
"call vundle#begin('~/some/path/here')
|
||||||
|
|
||||||
|
" let Vundle manage Vundle, required
|
||||||
|
Plugin 'VundleVim/Vundle.vim'
|
||||||
|
|
||||||
|
" C/C++
|
||||||
|
Plugin 'xavierd/clang_complete'
|
||||||
|
|
||||||
|
" All of your Plugins must be added before the following line
|
||||||
|
call vundle#end() " required
|
||||||
|
filetype plugin indent on " required
|
||||||
|
" To ignore plugin indent changes, instead use:
|
||||||
|
"filetype plugin on
|
||||||
|
"
|
||||||
|
" Brief help
|
||||||
|
" :PluginList - lists configured plugins
|
||||||
|
" :PluginInstall - installs plugins; append `!` to update or just :PluginUpdate
|
||||||
|
" :PluginSearch foo - searches for foo; append `!` to refresh local cache
|
||||||
|
" :PluginClean - confirms removal of unused plugins; append `!` to auto-approve removal
|
||||||
|
"
|
||||||
|
" see :h vundle for more details or wiki for FAQ
|
||||||
|
" Put your non-Plugin stuff after this line
|
||||||
|
Loading…
Reference in New Issue
Block a user