Make view nicer
This commit is contained in:
@@ -38,8 +38,8 @@ require("telescope").load_extension("ultisnips")
|
||||
vim.keymap.set("n", "<leader>fs", require("telescope").extensions.ultisnips.ultisnips, {})
|
||||
|
||||
-- NERDTree Config
|
||||
vim.g.NERDTreeDirArrowExpandable = "▸"
|
||||
vim.g.NERDTreeDirArrowCollapsible = "▾"
|
||||
vim.g.NERDTreeDirArrowExpandable = ""
|
||||
vim.g.NERDTreeDirArrowCollapsible = ""
|
||||
|
||||
-- Git-Blame configuration
|
||||
vim.g.gitblame_message_template = " => <author> • <date> • <summary>"
|
||||
@@ -53,7 +53,7 @@ require("mason").setup(require("mason").setup({
|
||||
ui = {
|
||||
icons = {
|
||||
package_installed = "✓",
|
||||
package_pending = "➜",
|
||||
package_pending = "",
|
||||
package_uninstalled = "✗",
|
||||
},
|
||||
},
|
||||
@@ -87,7 +87,7 @@ require("lspconfig").verible.setup({
|
||||
vim.keymap.set("n", "<C-t>", ":FloatermNew --height=0.9 --width=0.9 --wintype=float --name=terminal <CR>")
|
||||
|
||||
-- Set default colorscheme
|
||||
vim.cmd("colo vim-monokai-tasty")
|
||||
vim.cmd("colo tokyonight-night")
|
||||
|
||||
-- Formatter configuration
|
||||
vim.cmd([[
|
||||
@@ -108,6 +108,7 @@ local linters = {
|
||||
markdown = { "languagetool" },
|
||||
latex = { "languagetool" },
|
||||
tex = { "languagetool" },
|
||||
plaintex = { "languagetool" },
|
||||
ada = { "gnat" },
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user