Update nvim
Test Neovim config on push / build (ubuntu-20.04) (push) Failing after 28s
Details
Test Neovim config on push / build (ubuntu-20.04) (push) Failing after 28s
Details
This commit is contained in:
parent
d63a431242
commit
e5aa6d7012
|
@ -0,0 +1,3 @@
|
||||||
|
snippet ß "Add backslash" A
|
||||||
|
\\
|
||||||
|
endsnippet
|
|
@ -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" },
|
||||||
|
|
|
@ -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")
|
||||||
|
|
Loading…
Reference in New Issue