mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 14:12:41 +00:00
Added toggle-term plugin for neovim
This commit is contained in:
@@ -14,10 +14,3 @@ vim.api.nvim_exec([[
|
||||
augroup END
|
||||
]], false)
|
||||
|
||||
vim.api.nvim_create_autocmd(
|
||||
"BufWritePost",
|
||||
{
|
||||
pattern = { "*.swift" },
|
||||
command=":silent exec '!swift-format --in-place %'"
|
||||
}
|
||||
)
|
||||
|
||||
@@ -6,4 +6,8 @@ return {
|
||||
vim.g.vsnip_snippet_dir = os.getenv('HOME') .. '/.config/nvim/snippets/'
|
||||
end
|
||||
},
|
||||
-- Local development plugin for swift.
|
||||
{
|
||||
dir = "~/LocalProjects/swift.nvim"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user