- Neovim lua setup. Init.lua, plugin/, after/plugin folders https://github.com/nanotee/nvim-lua-guide#runtime-files 5 comments neovim
- My ultisnips configuration stoped working when I change my config to lua. https://github.com/nanotee/nvim-lua-guide 2 comments neovim
- How to `echo` not `echom` using Lua's `print`? https://github.com/nanotee/nvim-lua-guide#using-lua-from-vimscript 3 comments neovim
- Starting with lua tips https://github.com/nanotee/nvim-lua-guide#other-lua-files 4 comments neovim
- Where can I see the scope of options? https://github.com/nanotee/nvim-lua-guide#caveats-4 4 comments vim
Linking pages
- GitHub - rockerBOO/awesome-neovim: Collections of awesome neovim plugins. https://github.com/rockerBOO/awesome-neovim 117 comments
- GitHub - pmizio/typescript-tools.nvim: ⚡ TypeScript integration NeoVim deserves ⚡ https://github.com/pmizio/typescript-tools.nvim 103 comments
- GitHub - ttys3/nvim-config: following HEAD (nightly build), for Linux only, clone it to `~/.config/nvim` https://github.com/ttys3/nvim-config 57 comments
- GitHub - brainfucksec/neovim-lua: Neovim KISS configuration with Lua https://github.com/brainfucksec/neovim-lua 54 comments
- GitHub - anuvyklack/hydra.nvim: Create custom submodes and menus https://github.com/anuvyklack/hydra.nvim#public-methods 37 comments
- GitHub - lewis6991/gitsigns.nvim: Git integration for buffers https://github.com/lewis6991/gitsigns.nvim 23 comments
- How to Create Vim Text-Objects in Lua https://thevaluable.dev/vim-create-text-objects/ 18 comments
- Configuring Neovim using Lua https://icyphox.sh/blog/nvim-lua 15 comments
- NeoVim LSP with Intelephense for PHP and WordPress (and others) - Daniele Mte90 Scasciafratte https://daniele.tech/2021/07/neovim-lsp-with-intelephense-for-php-and-wordpress-and-others/ 6 comments
- The day I chose Lua over Javascript | by Amir Bilu | Dec, 2022 | ITNEXT https://amirbilu.medium.com/the-day-i-chose-lua-over-javascript-ba97b3c732b9?sk=ac658f989e4fd9b97fdd040d97951431&source=friends_link 6 comments
- GitHub - JoosepAlviste/nvim-ts-context-commentstring: Neovim treesitter plugin for setting the commentstring based on the cursor location in a file. https://github.com/JoosepAlviste/nvim-ts-context-commentstring 5 comments
- GitHub - Leenuus/Telescope-plugin-template: A simple telescope.nvim plugin boilerplate, feel free to copy https://github.com/Leenuus/Telescope-plugin-template 3 comments
- GitHub - Sangdol/lua-test-driven-learning: Learn Lua by writing tests https://github.com/Sangdol/lua-test-driven-learning/ 2 comments
- DIY Neovim Fzy Search https://www.chrisdeluca.me/article/diy-neovim-fzy-search/ 1 comment
- Helix as a glorious modern vim https://dustri.org/b/helix-as-a-glorious-modern-vim.html 0 comments
- GitHub - CamdenClark/flyboy: a lightweight ChatGPT plugin for nevoim https://github.com/CamdenClark/flyboy 0 comments
- Vim or Neovim? Here's Why You Should Use the Latter | Somraj Saha https://web.archive.org/web/20220630153324/https:/jarmos.netlify.app/posts/vim-vs-neovim/ 0 comments
- telescope.nvim/developers.md at master · nvim-telescope/telescope.nvim · GitHub https://github.com/nvim-telescope/telescope.nvim/blob/master/developers.md 0 comments
- GitHub - nvim-lua/nvim-lua-plugin-template: A starter template for a Neovim plugin written in Lua https://github.com/nvim-lua/nvim-lua-plugin-template 0 comments
Linked pages
- GitHub - neoclide/coc.nvim: Nodejs extension host for vim & neovim, load extensions like VSCode and host language servers. https://github.com/neoclide/coc.nvim 536 comments
- MoonScript, a language that compiles to Lua http://moonscript.org/ 442 comments
- Haxe - The Cross-platform Toolkit http://haxe.org/ 414 comments
- the Fennel programming language https://fennel-lang.org/ 285 comments
- GitHub - neovim/nvim-lspconfig: Quickstart configs for Nvim LSP https://github.com/neovim/nvim-lspconfig 218 comments
- GitHub - rockerBOO/awesome-neovim: Collections of awesome neovim plugins. https://github.com/rockerBOO/awesome-neovim 117 comments
- GitHub - wbthomason/packer.nvim: A use-package inspired plugin manager for Neovim. Uses native packages, supports Luarocks dependencies, written in Lua, allows for expressive config https://github.com/wbthomason/packer.nvim 98 comments
- Official page for Debug Adapter Protocol https://microsoft.github.io/debug-adapter-protocol/ 75 comments
- nvim-lspconfig/doc/server_configurations.md at master · neovim/nvim-lspconfig · GitHub https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#angularls 73 comments
- GitHub - teal-language/tl: The compiler for Teal, a typed dialect of Lua https://github.com/teal-language/tl 63 comments
- lua: autocmds take 2 by tjdevries · Pull Request #14661 · neovim/neovim · GitHub https://github.com/neovim/neovim/pull/14661 51 comments
- FAQ · neovim/neovim Wiki · GitHub https://github.com/neovim/neovim/wiki/FAQ 47 comments
- GitHub - Olical/aniseed: Neovim configuration and plugins in Fennel (Lisp compiled to Lua) https://github.com/Olical/aniseed 44 comments
- Everything you need to know to configure neovim using lua | Devlog https://vonheikemen.github.io/devlog/tools/configuring-neovim-using-lua/ 37 comments
- GitHub - svermeulen/vimpeccable: Neovim plugin that allows you to easily map keys directly to lua code inside your init.lua https://github.com/svermeulen/vimpeccable 36 comments
- lsp: vim.lsp.diagnostics and lsp-handlers by tjdevries · Pull Request #12655 · neovim/neovim · GitHub https://github.com/neovim/neovim/pull/12655 35 comments
- Api - Neovim docs https://neovim.io/doc/user/api.html 34 comments
- "Tree-sitter - a new parsing system for programming tools" by Max Brunsfeld - YouTube https://www.youtube.com/watch?v=Jes3bD6P0To 31 comments
- GitHub - milisims/nvim-luaref: Add a vim :help reference for lua https://github.com/milisims/nvim-luaref 28 comments
- GitHub - mfussenegger/nvim-dap: Debug Adapter Protocol client implementation for Neovim https://github.com/mfussenegger/nvim-dap 23 comments
Related searches:
Search whole site: site:github.com
Search title: GitHub - nanotee/nvim-lua-guide: A guide to using Lua in Neovim
See how to search.