-
Updated
Oct 28, 2021 - Lua
#
neovim-lua
Here are 78 public repositories matching this topic...
An attempt to make neovim cli as functional as an IDE while being very beautiful , blazing fast.
vim
dotfiles
vimrc
lua
neovim
ide
vscode
nvim
neovim-dotfiles
chad
telescope
hacktoberfest
ricing
neovim-configuration
neovim-lua
neovim-config
neovim-setup
nvim-configs
hacktoberfest2021
-
Updated
Oct 23, 2021 - Lua
A blazing fast and easy to configure neovim statusline plugin written in pure lua.
-
Updated
Oct 26, 2021 - Lua
-
Updated
Oct 22, 2021 - Lua
Orgmode clone written in Lua for Neovim 0.5+.
-
Updated
Oct 28, 2021 - Lua
vim
neovim
iterm2
fish-shell
vim-colorscheme
fish-theme
kitty
alacritty
neovim-colorscheme
vim-theme
neovim-lua
iterm2-colors
alacritty-theme
kitty-themes
alacritty-colorscheme
neovim-theme
-
Updated
Oct 22, 2021 - Lua
Single tabpage interface for easily cycling through diffs for all modified files for any git rev.
-
Updated
Oct 22, 2021 - Lua
Provides the missing :LspInstall for nvim-lspconfig
-
Updated
Oct 20, 2021 - Lua
Better quickfix window in Neovim, polish old quickfix window.
-
Updated
Oct 24, 2021 - Lua
Neovim as a TMUX replacement
-
Updated
Jun 4, 2020 - Lua
-
Updated
Oct 11, 2021 - Lua
astier
commented
Oct 11, 2021
If I set a mark at line x (ex. mm to set mark m at line x) and than un-/comment line x with gcc the mark gets deleted. This isn't an issue with vim-commentary.
A Neovim plugin to make the LSP client use FZF
-
Updated
Oct 9, 2021 - Lua
Dotfiles managed via Nix-Darwin and Mk-Darwin-System, for schoolwork and kotlin, lua, and rust programming
-
Updated
Oct 27, 2021 - Emacs Lisp
Neovim configuration switcher written in Lua. Inspired by chemacs.
-
Updated
Sep 1, 2021 - Lua
tmux integration for nvim features pane movement and resizing from within nvim.
-
Updated
Oct 28, 2021 - Lua
A simple Neovim Lua plugin using the Lua embedded in Neovim, suitable as a template.
-
Updated
May 6, 2020 - Vim script
CosmicNvim is a lightweight and opinionated Neovim config for web development, specifically designed to provide a 💫 COSMIC programming experience!
react
javascript
vim
dotfiles
vimrc
typescript
lua
neovim
ide
vscode
neovim-dotfiles
telescope
neovim-configuration
neovim-lua
neovim-config
hacktoberfest2021
-
Updated
Oct 28, 2021 - Lua
vimrc for neovim written in lua
vim
vimrc
neovim
vim-dotfiles
vim-configuration
neovim-dotfiles
neovim-configuration
neovim-lua
neovim-config
vim-config
-
Updated
Oct 20, 2021 - Lua
A simple Neovim statusline written in Lua
-
Updated
Sep 3, 2021 - Lua
-
Updated
Oct 24, 2021 - Lua
My Neovim KISS configuration with Lua
-
Updated
Oct 26, 2021 - Lua
Rearrange your windows with ease.
-
Updated
Sep 15, 2021 - Lua
A better way to create key mappings in Neovim.
-
Updated
Oct 9, 2021 - Lua
File manager for Neovim powered by nnn.
-
Updated
Oct 28, 2021 - Lua
danymat
commented
Sep 29, 2021
At the moment I have this:
/**
* @param {any} obj
* @param {any} salut
* @returns {}
*/
function wrapInArray(obj: string | string[], salut?:string) {
if (typeof obj === "string") {
return [obj];
}
return obj;
}I want to have the types found with tree sitter in the annotation, like so:
/**
* @param {string|string[]} obj
* @param Improve this page
Add a description, image, and links to the neovim-lua topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the neovim-lua topic, visit your repo's landing page and select "manage topics."
Prettier, eslint is commonly used in Typescript, Javascript project.
tsserveris great but it is not enough. I think we need to add an "option" that allows doom-nvim users to use prettier, eslint seemlessly.Solutions:
tsserver, I think we need to addefm(https://github.com/mattn/efm-langserver). I've used this one and tested this visually in some of my projects, which work pr