]> localhost Git - nvim.git/commitdiff
feat: sonokai ftw
authorJansen <[email protected]>
Wed, 2 Oct 2024 22:58:42 +0000 (18:58 -0400)
committerJansen <[email protected]>
Wed, 2 Oct 2024 22:58:42 +0000 (18:58 -0400)
init.lua
lazy-lock.json

index ca66254a56ba4f4263090b92bee57d53f155f7f6..1958ce373db1a021f5106fea71574258461fcdb4 100644 (file)
--- a/init.lua
+++ b/init.lua
@@ -76,13 +76,12 @@ require("lazy").setup({
     end
   },
   {
-    'AlexvZyl/nordic.nvim',
+    'sainnhe/sonokai',
     lazy = false,
     priority = 1000,
     config = function()
-      local nordic = require('nordic')
-      nordic.setup({ bold_keywords = true })
-      nordic.load()
+      vim.g.sonokai_enable_italic = true
+      vim.cmd.colorscheme('sonokai')
     end
   },
 })
index 8aa5f71771f05852c9b34b069314ac5030a37a93..98376e480ebbf1aee9282c35a5b8bb3b152dfe02 100644 (file)
@@ -3,8 +3,8 @@
   "fzf-lua": { "branch": "main", "commit": "a1f834b37506ca77c47fa99cd3f5e9ed3f4102d2" },
   "lazy.nvim": { "branch": "main", "commit": "460e1cd8f24e364d54543a4b0e83f6f4ec1f65fb" },
   "neogit": { "branch": "master", "commit": "950d6f91529573dfd89b32c5fc55c52f72dee603" },
-  "nordic.nvim": { "branch": "main", "commit": "1ee4044077059b34eacd18d93613495a602c131f" },
   "nvim-treesitter": { "branch": "master", "commit": "da61d31a3d51f38a78a739392aabf79e7b2f523f" },
   "plenary.nvim": { "branch": "master", "commit": "2d9b06177a975543726ce5c73fca176cedbffe9d" },
-  "render-markdown.nvim": { "branch": "main", "commit": "e91b042b3865d2d040a0e21e0a3b13fb57f24094" }
+  "render-markdown.nvim": { "branch": "main", "commit": "e91b042b3865d2d040a0e21e0a3b13fb57f24094" },
+  "sonokai": { "branch": "master", "commit": "3dcd97c0c5e4118bc171df6ba33800dfd9524a00" }
 }