mirror of
https://github.com/Misterio77/Foundry.git
synced 2026-09-24 07:15:07 -05:00
add terraform lsp and starship icon
This commit is contained in:
@@ -23,7 +23,7 @@ in {
|
||||
|
||||
"Tabs
|
||||
set ts=4 sts=4 sw=4 "4 char-wide tab
|
||||
autocmd FileType json,html,htmldjango,nix,scss,typescript,php,haskell setlocal ts=2 sts=2 sw=2 "2 char-wide overrides
|
||||
autocmd FileType json,html,htmldjango,nix,scss,typescript,php,haskell,tf setlocal ts=2 sts=2 sw=2 "2 char-wide overrides
|
||||
set expandtab "Use spaces
|
||||
|
||||
"Set tera to use htmldjango syntax
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
lspconfig.kotlin_language_server.setup{} -- Kotlin
|
||||
lspconfig.html.setup{} -- HTML
|
||||
lspconfig.cssls.setup{capabilities = capabilities} -- CSS/SASS
|
||||
lspconfig.terraformls.setup{filetypes={"terraform","tf","hcl"}} -- Terraform
|
||||
|
||||
lspconfig.rust_analyzer.setup{ -- Rust
|
||||
settings = {
|
||||
|
||||
@@ -36,29 +36,30 @@
|
||||
symbol = "";
|
||||
format = "via [$symbol$state( $name)]($style) ";
|
||||
};
|
||||
conda = { symbol = " "; };
|
||||
dart = { symbol = " "; };
|
||||
directory = { read_only = " "; };
|
||||
docker_context = { symbol = " "; };
|
||||
elixir = { symbol = " "; };
|
||||
elm = { symbol = " "; };
|
||||
git_branch = { symbol = " "; };
|
||||
golang = { symbol = " "; };
|
||||
hg_branch = { symbol = " "; };
|
||||
java = { symbol = " "; };
|
||||
julia = { symbol = " "; };
|
||||
memory_usage = { symbol = " "; };
|
||||
nim = { symbol = " "; };
|
||||
nodejs = { symbol = " "; };
|
||||
package = { symbol = " "; };
|
||||
perl = { symbol = " "; };
|
||||
php = { symbol = " "; };
|
||||
python = { symbol = " "; };
|
||||
ruby = { symbol = " "; };
|
||||
rust = { symbol = " "; };
|
||||
scala = { symbol = " "; };
|
||||
shlvl = { symbol = " "; };
|
||||
swift = { symbol = "ﯣ "; };
|
||||
conda.symbol = " ";
|
||||
dart.symbol = " ";
|
||||
directory.read_only = " ";
|
||||
docker_context.symbol = " ";
|
||||
elixir.symbol = " ";
|
||||
elm.symbol = " ";
|
||||
git_branch.symbol = " ";
|
||||
golang.symbol = " ";
|
||||
hg_branch.symbol = " ";
|
||||
java.symbol = " ";
|
||||
julia.symbol = " ";
|
||||
memory_usage.symbol = " ";
|
||||
nim.symbol = " ";
|
||||
nodejs.symbol = " ";
|
||||
package.symbol = " ";
|
||||
perl.symbol = " ";
|
||||
php.symbol = " ";
|
||||
python.symbol = " ";
|
||||
ruby.symbol = " ";
|
||||
rust.symbol = " ";
|
||||
scala.symbol = " ";
|
||||
shlvl.symbol = " ";
|
||||
swift.symbol = "ﯣ ";
|
||||
terraform.symbol = "行";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user