Skip to content

Commit

Permalink
latest
Browse files Browse the repository at this point in the history
  • Loading branch information
conneroisu committed Jun 1, 2024
1 parent 1791540 commit 014c9ba
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 20 deletions.
42 changes: 23 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,31 +9,35 @@ It is a work in progress and will be updated as I continue to learn more about N
Conner Ohnesorge's Personal Neovim Configuration.

Languages setup for:
- Lua
- Vimscript
- Python
- Shell (Zsh)
- Markdown
- JSON
- YAML
- TOML
- HTML
- CSS
- JavaScript
- TypeScript
- Rust
- C/C++
- Java
- Kotlin
- Golang
- Ocaml
- Templ
- [ Lua ](https://lua.org/)
- [ Python ](https://www.python.org/)
- [ Shell (Zsh) ](https://www.zsh.org/)
- [ Bash ](https://www.gnu.org/software/bash/)
- [ Markdown ](https://www.markdownguide.org/)
- [ JSON ](https://www.json.org/)
- [ YAML ](https://yaml.org/)
- [ TOML ](https://toml.io/)
- [ HTML ](https://www.w3.org/TR/html/)
- [ CSS ](https://www.w3.org/Style/CSS/)
- [ JavaScript ](https://www.ecma-international.org/publications/standards/Ecma-262.htm)
- [ TypeScript ](https://www.typescriptlang.org/)
- [ Rust ](https://www.rust-lang.org/)
- [ Zig ](https://ziglang.org/)
- [ C ](https://en.wikipedia.org/wiki/C_(programming_language))
- [ C++ ](https://en.wikipedia.org/wiki/C%2B%2B)
- [ Java ](https://www.java.com/)
- [ Kotlin ](https://kotlinlang.org/)
- [ Golang ](https://go.dev/)
- [ Ocaml ](https://ocaml.org/)
- [ Templ ](https://templ.guide/)
- Dockerfile
- Docker Compose
- SQL
- PHP
- R
- Lua
- C#
- [ Vimscript ](https://vim.fandom.com/wiki/Vimscript)


## Installation
Expand Down
2 changes: 1 addition & 1 deletion init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,4 @@ vim.api.nvim_create_user_command("Cppath", function()
local path = vim.fn.expand("%:p")
vim.fn.setreg("+", path)
vim.notify('Copied "' .. path .. '" to the clipboard!')
end, {})
end, {})

0 comments on commit 014c9ba

Please sign in to comment.