treesitter in nvim

This commit is contained in:
Al-Hassan Abdel-Raouf 2022-12-16 20:32:31 +02:00
parent c0fe106308
commit 12659c36b6
5 changed files with 10 additions and 9 deletions

View File

@ -1,4 +1,4 @@
[nncli]
cfg_nn_host = cloud.tilde.team
cfg_nn_host = cloud.disroot.org
cfg_nn_username = alhassanaraouf
cfg_nn_password_eval = ~/scripts/get-pass.sh email/alhassanaraouf@tilde.team
cfg_nn_password_eval = ~/scripts/get-pass.sh email/alhassanaraouf@disroot.org

View File

@ -58,7 +58,7 @@ require("zk").setup()
require "LSP"
require "DAP"
-- require "treesitter"
require "treesitter"
require "formatting"
require "linting"

View File

@ -5,7 +5,7 @@ ts.setup({
ensure_installed = "all",
highlight = {
enable = true,
additional_vim_regex_highlighting = false,
-- additional_vim_regex_highlighting = false,
},
indent = { enable = true },
query_linter = {
@ -14,3 +14,4 @@ ts.setup({
lint_events = { "BufWrite", "CursorHold" },
},
})

View File

@ -14,9 +14,9 @@ fileext = ".vcf"
[storage remote_contacts]
type = "carddav"
url = "https://cloud.tilde.team"
url = "https://cloud.disroot.org"
username = "alhassanaraouf"
password.fetch = ["command", "~/scripts/get-pass.sh", "email/alhassanaraouf@tilde.team"]
password.fetch = ["command", "~/scripts/get-pass.sh", "email/alhassanaraouf@disroot.org"]
[pair my_calendars]
@ -33,6 +33,6 @@ fileext = ".ics"
[storage remote_calendars]
type = "caldav"
url = "https://cloud.tilde.team"
url = "https://cloud.disroot.org"
username = "alhassanaraouf"
password.fetch = ["command", "~/scripts/get-pass.sh", "email/alhassanaraouf@tilde.team"]
password.fetch = ["command", "~/scripts/get-pass.sh", "email/alhassanaraouf@disroot.org"]

View File

@ -17,4 +17,4 @@ salt = on
[data]
__passphrase__ = on
ZNC = "CDF2336A123111FB7C91A742E173DAFE9BD0A28139D0F23CDCE38628EA7D5F6CA36E50AD7D935A73A5B46C9C92D60EDD423806"
ZNC = "CF0CAAF2BC637B31DF2A1505389C9D6BC87DEAF4B989823A64709FD787D4B7859B6DAD74C02BA68B47F77D9F003B2B701740E2"