Compare commits
2 Commits
7d35799394
...
8f69ee487b
| Author | SHA1 | Date | |
|---|---|---|---|
|
8f69ee487b
|
|||
|
4134c4d96d
|
@@ -76,7 +76,7 @@ The following lsp's are supported and can be installed anywhere in your `$PATH`<
|
|||||||
|
|
||||||
#### Compiler
|
#### Compiler
|
||||||
|
|
||||||
`g++` and `clang++` should both work fine.
|
`g++` and `clang++` should both work fine but `c++20+` is required.
|
||||||
The makefile has been set to use g++ if made with `make -j test` and clang++ if made with `make -j release`<br>
|
The makefile has been set to use g++ if made with `make -j test` and clang++ if made with `make -j release`<br>
|
||||||
This can be changed but I have found clang++ builds to be slightly faster - also test builds do not have the flags needed to be used system wide or any optimizations.<br>
|
This can be changed but I have found clang++ builds to be slightly faster - also test builds do not have the flags needed to be used system wide or any optimizations.<br>
|
||||||
|
|
||||||
@@ -237,6 +237,9 @@ Activated by `:` or `;`.
|
|||||||
- auto-indent on new lines
|
- auto-indent on new lines
|
||||||
- bracket/quote auto-pairing
|
- bracket/quote auto-pairing
|
||||||
- hooks jumping (bookmarking)
|
- hooks jumping (bookmarking)
|
||||||
|
- color hex code highlighting
|
||||||
|
- current line highlighting
|
||||||
|
- current word under cursor highlighting
|
||||||
|
|
||||||
#### Tree-sitter syntax highlighting and filetype detection (using extention or libmagic) for:
|
#### Tree-sitter syntax highlighting and filetype detection (using extention or libmagic) for:
|
||||||
- bash
|
- bash
|
||||||
|
|||||||
3
TODO.md
3
TODO.md
@@ -2,7 +2,6 @@ Copyright 2025 Syed Daanish
|
|||||||
|
|
||||||
# TODO
|
# TODO
|
||||||
|
|
||||||
- [ ] Change this to TODO.md and add proper README.md
|
|
||||||
- [ ] Check why fish is behaving soo off with completions filtering
|
- [ ] Check why fish is behaving soo off with completions filtering
|
||||||
- [ ] Dont filter case sensitive.
|
- [ ] Dont filter case sensitive.
|
||||||
- [ ] Normalize completions edits if local filtering is used
|
- [ ] Normalize completions edits if local filtering is used
|
||||||
@@ -56,5 +55,3 @@ Copyright 2025 Syed Daanish
|
|||||||
- [ ] Try making `lua-typed` and man pages `tree-sitter` grammar.
|
- [ ] Try making `lua-typed` and man pages `tree-sitter` grammar.
|
||||||
- [ ] Redo folding system and its relation to move_line_* functions. (Currently its a mess)
|
- [ ] Redo folding system and its relation to move_line_* functions. (Currently its a mess)
|
||||||
- [ ] Make whole thing event driven and not clock driven.
|
- [ ] Make whole thing event driven and not clock driven.
|
||||||
|
|
||||||
- [ ] Fix in kutu.rb such that windows arent focused on hover . they are only when they are true windows and not just popups . also popus are focused even without hover when they open.
|
|
||||||
|
|||||||
Reference in New Issue
Block a user