Compare commits
No commits in common. "e178b0d6a57a88e4646e0ebd1865f7d665eb5f79" and "8d1379d7ba311fa8b25b90f4cd6e3d9e92d1903a" have entirely different histories.
e178b0d6a5
...
8d1379d7ba
@ -185,7 +185,7 @@ end)
|
|||||||
pcall(function()
|
pcall(function()
|
||||||
require('mason').setup()
|
require('mason').setup()
|
||||||
require('mason-lspconfig').setup({
|
require('mason-lspconfig').setup({
|
||||||
ensure_installed = {"lua_ls", "vtsls", "pyright", "rust_analyzer"}
|
ensure_installed = {"lua_ls", "ts_ls", "pyright", "rust_analyzer"}
|
||||||
})
|
})
|
||||||
end)
|
end)
|
||||||
|
|
||||||
@ -195,7 +195,7 @@ pcall(function()
|
|||||||
local capabilities = require('cmp_nvim_lsp').default_capabilities()
|
local capabilities = require('cmp_nvim_lsp').default_capabilities()
|
||||||
|
|
||||||
-- Common LSP setup
|
-- Common LSP setup
|
||||||
local servers = {"lua_ls", "vtsls", "pyright", "rust_analyzer"}
|
local servers = {"lua_ls", "ts_ls", "pyright", "rust_analyzer"}
|
||||||
for _, lsp in ipairs(servers) do
|
for _, lsp in ipairs(servers) do
|
||||||
lspconfig[lsp].setup({
|
lspconfig[lsp].setup({
|
||||||
capabilities = capabilities
|
capabilities = capabilities
|
||||||
|
|||||||
1
.zshrc
1
.zshrc
@ -116,7 +116,6 @@ export PATH="${HOME}/.local/bin:/opt/homebrew/bin:/opt/homebrew/sbin:${HOME}/.ca
|
|||||||
export TMPDIR=$(getconf DARWIN_USER_TEMP_DIR)
|
export TMPDIR=$(getconf DARWIN_USER_TEMP_DIR)
|
||||||
|
|
||||||
### ALIASES
|
### ALIASES
|
||||||
alias n='npm'
|
|
||||||
alias d='docker'
|
alias d='docker'
|
||||||
alias D='lazydocker'
|
alias D='lazydocker'
|
||||||
alias dps='docker ps -a --format "table {{.ID}}\t{{.Image}}\t{{.RunningFor}}\t{{.Status}}\t{{.Names}}"'
|
alias dps='docker ps -a --format "table {{.ID}}\t{{.Image}}\t{{.RunningFor}}\t{{.Status}}\t{{.Names}}"'
|
||||||
|
|||||||
@ -1,16 +0,0 @@
|
|||||||
{
|
|
||||||
"editor.guides.indentation": true,
|
|
||||||
"editor.wordWrapColumn": 120,
|
|
||||||
"editor.guides.highlightActiveIndentation": "always",
|
|
||||||
"editor.rulers": [80, 120],
|
|
||||||
"workbench.colorTheme": "Default Light Modern",
|
|
||||||
"workbench.iconTheme": "material-icon-theme",
|
|
||||||
"redhat.telemetry.enabled": false,
|
|
||||||
"debug.onTaskErrors": "showErrors",
|
|
||||||
"[vue]": {
|
|
||||||
"editor.defaultFormatter": "Vue.volar"
|
|
||||||
},
|
|
||||||
"explorer.confirmDelete": false,
|
|
||||||
"git.blame.editorDecoration.enabled": true,
|
|
||||||
"git.openRepositoryInParentFolders": "always"
|
|
||||||
}
|
|
||||||
Loading…
x
Reference in New Issue
Block a user