tangled
alpha
login
or
join now
seth.computer
/
dotfiles
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
lsp defaults not working currently
seth.computer
3 years ago
341639e0
5597d5be
+12
-9
2 changed files
expand all
collapse all
unified
split
vim
astronvim
init.lua
zsh
zshenv
+11
-9
vim/astronvim/init.lua
···
77
77
end,
78
78
["mason-lspconfig"] = {
79
79
ensure_installed = {
80
80
-
"sumneko_lua",
81
81
-
"typescript-language-server",
82
82
-
"gopls",
83
83
-
"rust-analyzer",
84
84
-
"pylsp",
85
85
-
"terraformls",
86
86
-
"yamlls",
87
87
-
"html",
80
80
+
-- "sumneko_lua",
81
81
+
-- "typescript-language-server",
82
82
+
-- "gopls",
83
83
+
-- "rust-analyzer",
84
84
+
-- "pylsp",
85
85
+
-- "terraformls",
86
86
+
-- "yamlls",
87
87
+
-- "html",
88
88
},
89
89
},
90
90
["mason-tool-installer"] = {
···
123
123
},
124
124
["<leader>gg"] = {
125
125
function()
126
126
-
astronvim.toggle_term_cmd("lazygit -ucf '/Users/sethetter/Library/Application Support/lazygit/nvim.yml'")
126
126
+
astronvim.toggle_term_cmd(
127
127
+
"lazygit -ucf '/Users/sethetter/Library/Application Support/lazygit/nvim.yml'"
128
128
+
)
127
129
end,
128
130
desc = "Open lazygit",
129
131
},
+1
zsh/zshenv
···
16
16
alias lg="lazygit"
17
17
alias ld="lazydocker"
18
18
alias packersync="nvim --headless -c 'autocmd User PackerComplete quitall' -c 'PackerSync'"
19
19
+
alias cuid="node -r cuid -e 'console.log(require(\"cuid\")());'"
19
20
20
21
function tm {
21
22
rootdir=$(pwd)