-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Sort * yamllint: don't complain about missing start or 80+ lines * Enable experimental lua loader * Format * cmp: majorly improve completion * cmp: sort * lualine: show relative path * cmp: map up/down/pgup/pgdown * cmp: only show 15 lines of suggestion * lualine: use our lsp * lsp: enable lua * treesitter: disable buggy indent * Move lists out of mkDefault * Configure undofile * Enable smartindent
- Loading branch information
1 parent
a9897a9
commit c2b7955
Showing
4 changed files
with
187 additions
and
91 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,6 @@ | |
"systemverilog" | ||
"verilog" | ||
]; | ||
indent = true; | ||
}; | ||
|
||
# Enable automatically closing and renaming HTML tags | ||
|