| Commit message (Collapse) | Author | Age |
... | |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Vim tex doesnn't really not work with treesitter, and nightfox doesn't
really work without treesitter thus a new colorscheme was chooses.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
The default lf rename command starts behind the extension like this:
```
filename.extension
^
|
startpoint
```
This new cmd avoids this.
|
|
|
|
|
| |
I mostly create files from vim, thus editing them in the terminal with
created them is useless.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
NixVim automatically sets up the capabilities if the nvim_cmp plugin is
activated.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Without this the following code would be completely minimized:
```
{...}:{
services.lua_language={
enable=true;
};
}
```
→
```
{...}:{
services.lua_language={
enable=true;
};
}
```.
Now it should only strip the whitespace at the end of the lines.
|
|
|
|
|
| |
This would otherwise unmap the mapping of n to "g<up>", thus making
upwards movement impossible.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
NixNeovim was forked from this, but never really took of. So I'm
switching to nixVim, as I hope for better results.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|