Skip to content

Commit

Permalink
toml lsp
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyagreco committed Aug 10, 2024
1 parent f31eee5 commit 21531d4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .config/nvim/plugin/lspconfig.lua
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ lspconfig.marksman.setup(coq_setup({}))
lspconfig.bashls.setup(coq_setup({
filetypes = { "sh", "zsh", "zshrc" },
}))
-- toml
lspconfig.taplo.setup(coq_setup({}))
-- proto
lspconfig.protols.setup(coq_setup({}))
-- typescript
Expand Down
6 changes: 3 additions & 3 deletions .starship.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ vicmd_symbol = "[<](green)"

[cmd_duration]
format = " [$duration]($style) "
style = "#fcff54" # yellow
style = "#fcff54" # yellow

[battery]
charging_symbol='🪫'
full_symbol='🔋'
charging_symbol = '🪫'
full_symbol = '🔋'

[git_branch]
format = "[$branch]($style)"
Expand Down
3 changes: 2 additions & 1 deletion deps/cargo_deps.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
protols
protols
--features lsp --locked taplo-cli

0 comments on commit 21531d4

Please sign in to comment.