Update nvim
Test Neovim config on push / build (ubuntu-20.04) (push) Failing after 28s Details

This commit is contained in:
Yannick Reiß 2024-11-26 19:08:52 +01:00
parent d63a431242
commit e5aa6d7012
3 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1,3 @@
snippet ß "Add backslash" A
\\
endsnippet

View File

@ -20,6 +20,7 @@ vim.g.ale_fixers = {
bash = { "bashate" }, bash = { "bashate" },
c = { "astyle" }, c = { "astyle" },
latex = { "texlab", "textlint" }, latex = { "texlab", "textlint" },
tex = { "textlint" },
lua = { "stylua" }, lua = { "stylua" },
markdown = { "prettier", "pandoc" }, markdown = { "prettier", "pandoc" },
python = { "yapf" }, python = { "yapf" },

View File

@ -51,4 +51,5 @@ vim.g.gitblame_date_format = "%r"
vim.keymap.set("n", "<C-t>", ":FloatermNew --height=0.9 --width=0.9 --wintype=float --name=terminal <CR>") vim.keymap.set("n", "<C-t>", ":FloatermNew --height=0.9 --width=0.9 --wintype=float --name=terminal <CR>")
-- Set default colorscheme -- Set default colorscheme
vim.cmd("colo vim-monokai-tasty") -- vim.cmd("colo vim-monokai-tasty")
vim.cmd("colo sonokai")