Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
neovimconfig
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
codecraft
neovimconfig
Commits
1cdc708d
Commit
1cdc708d
authored
1 year ago
by
codecraft
Browse files
Options
Downloads
Patches
Plain Diff
Change colorscheme to catpuccin
parent
3c7e4fac
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
lua/codecraft/core/colorscheme.lua
+1
-1
1 addition, 1 deletion
lua/codecraft/core/colorscheme.lua
lua/codecraft/plugin/lsp/lsp.lua
+7
-1
7 additions, 1 deletion
lua/codecraft/plugin/lsp/lsp.lua
with
8 additions
and
2 deletions
lua/codecraft/core/colorscheme.lua
+
1
−
1
View file @
1cdc708d
...
...
@@ -15,4 +15,4 @@
-- onedark
-- catppuccin
vim
.
cmd
[[colorscheme
onedark
]]
vim
.
cmd
(
[[colorscheme
catppuccin
]]
)
This diff is collapsed.
Click to expand it.
lua/codecraft/plugin/lsp/lsp.lua
+
7
−
1
View file @
1cdc708d
...
...
@@ -55,7 +55,13 @@ end
-- the `settings` field of the server config. You must look up that documentation yourself.
local
servers
=
{
clangd
=
{},
html
=
{},
html
=
{
format
=
{
indentHandlebars
=
true
,
indentInnerHtml
=
true
,
templating
=
true
,
},
},
emmet_ls
=
{},
cssls
=
{},
tsserver
=
{},
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment