Compare commits
2 Commits
1cc119d304
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 6e8a8d4d30 | |||
| 7ec4793c19 |
3
after/ftplugin/scala.lua
Normal file
3
after/ftplugin/scala.lua
Normal file
@ -0,0 +1,3 @@
|
||||
vim.bo.shiftwidth = 4
|
||||
vim.bo.tabstop = 4
|
||||
vim.bo.softtabstop = 4
|
||||
@ -6,4 +6,5 @@ require("rose-pine").setup()
|
||||
-- vim.g.melange_enable_font_variants = 0 -- disable font variants
|
||||
-- require("lush") -- make sure Lush is installed
|
||||
-- require("melange.build").build() -- Compile to vimscript
|
||||
-- vim.cmd.colorscheme("rose-pine")
|
||||
vim.cmd.colorscheme("melange")
|
||||
|
||||
@ -5,7 +5,7 @@ local conform = require("conform")
|
||||
conform.setup({
|
||||
formatters_by_ft = {
|
||||
c = { "uncrustify" },
|
||||
python = { "ruff" },
|
||||
python = { "ruff" }
|
||||
},
|
||||
format_on_save = {
|
||||
-- These options will be passed to conform.format()
|
||||
|
||||
@ -5,11 +5,11 @@
|
||||
"src": "https://github.com/numToStr/Comment.nvim"
|
||||
},
|
||||
"blink.cmp": {
|
||||
"rev": "43cb60895ee109161ae5cffa26444018cc07e570",
|
||||
"rev": "91774548bc358c02fcc327d33c9ac0d9830c8c47",
|
||||
"src": "https://github.com/saghen/blink.cmp"
|
||||
},
|
||||
"blink.lib": {
|
||||
"rev": "c09dd66e9ad97e1a7777f3fa5f0504ca2e877231",
|
||||
"rev": "b127d48bf8e9ac9cf41f6e0fbead317503f76558",
|
||||
"src": "https://github.com/saghen/blink.lib"
|
||||
},
|
||||
"colorful-menu.nvim": {
|
||||
@ -29,7 +29,7 @@
|
||||
"src": "https://github.com/folke/flash.nvim"
|
||||
},
|
||||
"gitsigns.nvim": {
|
||||
"rev": "dd3f588bacbeb041be6facf1742e42097f62165d",
|
||||
"rev": "25050e4ed39e628282831d4cbecb1850454ce915",
|
||||
"src": "https://github.com/lewis6991/gitsigns.nvim"
|
||||
},
|
||||
"lsp_lines.nvim": {
|
||||
@ -49,11 +49,11 @@
|
||||
"src": "https://github.com/nvim-mini/mini.comment"
|
||||
},
|
||||
"mini.icons": {
|
||||
"rev": "520995f1d75da0e4cc901ee95080b1ff2bc46b94",
|
||||
"rev": "ac38c983aed0a2bd32a65ca3e2348e12e58ca292",
|
||||
"src": "https://github.com/nvim-mini/mini.icons"
|
||||
},
|
||||
"mini.surround": {
|
||||
"rev": "d12d8e6ea8e4d9d3e6fb0e3ff11c84fcce2299ac",
|
||||
"rev": "d401c3856585473693e5ce9ec4c8e5b608b4c0fe",
|
||||
"src": "https://github.com/nvim-mini/mini.surround"
|
||||
},
|
||||
"multicursor.nvim": {
|
||||
@ -69,7 +69,7 @@
|
||||
"src": "https://github.com/rose-pine/neovim"
|
||||
},
|
||||
"nvim-lspconfig": {
|
||||
"rev": "07dff35e7c95288861200b788ef32d6103f107f0",
|
||||
"rev": "a683e0ddf0cf64c6cd689e18ffb480ade3c162b7",
|
||||
"src": "https://github.com/neovim/nvim-lspconfig"
|
||||
},
|
||||
"nvim-metals": {
|
||||
@ -82,7 +82,7 @@
|
||||
"version": "'main'"
|
||||
},
|
||||
"oil.nvim": {
|
||||
"rev": "b91ee5a77a6a9605d9c1aaf4fda74b66082c8297",
|
||||
"rev": "b73018b75affd13fa38e2fc94ef753b465f770d7",
|
||||
"src": "https://github.com/stevearc/oil.nvim"
|
||||
},
|
||||
"plenary.nvim": {
|
||||
@ -94,7 +94,7 @@
|
||||
"src": "https://github.com/nvim-telescope/telescope-fzf-native.nvim"
|
||||
},
|
||||
"telescope.nvim": {
|
||||
"rev": "7d324792b7943e4aa16ad007212e6acc6f9fe335",
|
||||
"rev": "9377230aa5305d9e9aca4ed8dadf1070fb4aa9fc",
|
||||
"src": "https://github.com/nvim-lua/telescope.nvim"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user