Skip to content

Commit

Permalink
Extra fixup based on weird colors and new needed config from MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
jisantuc committed Dec 26, 2024
1 parent eb07c24 commit 69ec940
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion attrs/vimPlugins.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ with vimPlugins;
fzf-lua
git-blame-nvim
haskell-tools-nvim
kanagawa-nvim
lazygit-nvim
luasnip
markdown-preview-nvim
Expand All @@ -61,7 +62,6 @@ with vimPlugins;
siliconPlugin
rest-nvim
tabular
vim-colors-solarized
vim-nix
vimwiki
which-key-nvim
Expand Down
2 changes: 2 additions & 0 deletions dotfiles/neovim/ftplugin/json.lua
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
vim.opt_local.foldmethod = "expr"
vim.opt_local.foldexpr = "nvim_treesitter#foldexpr()"

vim.opt_local.formatprg = "jq"
2 changes: 1 addition & 1 deletion dotfiles/neovim/lua/vim-stuff.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ vim.opt.expandtab = true

-- make colors look nice
vim.opt.background = "light"
vim.cmd("colorscheme solarized")
vim.cmd("colorscheme kanagawa")

0 comments on commit 69ec940

Please sign in to comment.