Age | Commit message (Collapse) | Author |
|
|
|
* Exclude the quickfix buffer from the barbar buffer list
* Add mapping and function to toggle the quickfix window
|
|
|
|
|
|
* open remote link in browser correctly with gx, not in a tmp file
|
|
|
|
|
|
|
|
This makes the configuration files work if neovim's config path is different from `~/.config/nvim`.
|
|
* moved the including of lv-settings to above the settings so local settings configured in lv-settings can override the globals that get loaded in settings, 0.relative_number for example
* fixed reference to nv_utils, replaced with lv_utils
* replaced references to nv_utils, replaced with lv_utils
* rolled back my changes to lv-settings to match upstream
|
|
|
|
* Suggest removing only Packer directory in README
* Adjust more commands
* Delete `~/.local/share/nvim/site`
|
|
|
|
configured in lv-settings can override the globals that get loaded in settings, 0.relative_number for example (#396)
|
|
The numbered list for `Install your own plugins` was all in one line
- Changed it to a proper sequence (added new lines)
- added highlighting (backticks) to file names
- fixed grammar (, instead of .) in pt 2
|
|
* setlocal insted of set for css
Check `:h setl`
* setlocal insted of set for html
* setlocal insted of set for js
* setlocal insted of set for jsreact
* setlocal insted of set for yaml
|
|
|
|
* enable_netrw: source lv-globals before plugins and add nvim_tree_disable_netrw to lv-globals, otherwise netrw is never enabled.
If netrw is not enabled, netrw-externapp functionality, things like gx and gf to follow http links do not work.
* enable_netrw: add nvim_tree_disable_netrw to the lv-globals O object and set it in settings && source settings before plugins
|
|
|
|
* Add Elm support
See: https://github.com/kabouzeid/nvim-lspinstall/pull/51
* remove comment
|
|
It was not possible to install LunarVim if these programs were already
installed. The check is syntactically incorrect and will always return
non-0 status, and the installer always continued with installing packer
and nvim. This failed with an error: "fatal: destination path
'REDACTED/packer.nvim' already exists and is not an empty directory."
Correct the syntax error by checking if the file exists.
|
|
Previous check uname -a does not work if user has changed kernel.
Use os-release for true operating system identification.
|
|
|
|
* fix expandtab
* fix expandtab
|
|
|
|
|
|
|
|
- for virtual text prefix and spacing
- for signs
- for underline
|
|
|
|
* :sparkles: ability to change dashboard header and footer.
* :sparkles: lv-settings adapted.
* comment to keep original one by default.
|
|
|
|
* Swap setting and lv-setting order to allow customization to preserve
* Swap Left/Right to move naturally
|
|
|
|
additional keymappings. Added link to neovim plugins (#360)
|
|
git_branches, git_commits, git_bcommits (#350)
|
|
* impliment fzy-native
* match pattern
|
|
|
|
|
|
|
|
This reverts commit f15428e6550db4e37e25af54fb511459e26b6cb1.
|
|
|
|
|
|
|
|
* Fix Autopairs Not working issue using Treesitter
* Readd keybindings to go to normal mode from insert mode
|
|
|
|
Co-authored-by: ptethng <[email protected]>
|
|
Fixing possible typo on the `oneDarkPro` theme name.
|
|
* Added sections: What's included?, Getting Started, Useful Commands for troubleshooting. Added table of contents
* Updates readme. Adds sections: Installing plugins, Using Packer, Lsp errors
|
|
* Add typescript formatting support
* make sure vue is in the list of filetypes
* Add typescriptreact formatting
|
|
|